Skip to content

Instantly share code, notes, and snippets.

@jewlofthelotus
Created February 11, 2014 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jewlofthelotus/8929671 to your computer and use it in GitHub Desktop.
Save jewlofthelotus/8929671 to your computer and use it in GitHub Desktop.
Super fast simple sass project setup
mkdir base && touch base/_vars.scss && touch base/_base.scss && mkdir blocks && touch blocks/_all.scss && mkdir modules && touch modules/_all.scss && mkdir pages && touch pages/_all.scss && mkdir lib && touch application.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment