Skip to content

Instantly share code, notes, and snippets.

@deltorosalazar
Last active July 20, 2019 16:18
Show Gist options
  • Save deltorosalazar/86e9417c4e746070343ef8242532e4be to your computer and use it in GitHub Desktop.
Save deltorosalazar/86e9417c4e746070343ef8242532e4be to your computer and use it in GitHub Desktop.
Generate the 7-1 SASS Pattern scaffolding
mkdir sass; \
cd sass; \
mkdir base/ components/ layout/ pages/ themes/ utils/ vendors/; \
touch main.scss base/_reset.scss base/_typography.scss utils/_variables.scss; \
echo '@import "base/reset";' > main.scss \
echo '@import "base/typography";' > main.scss \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment