Last active
July 20, 2019 16:18
-
-
Save deltorosalazar/86e9417c4e746070343ef8242532e4be to your computer and use it in GitHub Desktop.
Generate the 7-1 SASS Pattern scaffolding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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