Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created April 23, 2013 21:42
Show Gist options
  • Save scottkellum/5447638 to your computer and use it in GitHub Desktop.
Save scottkellum/5447638 to your computer and use it in GitHub Desktop.
  • style.scss
  • _partial-1.scss
  • _partial-2.scss
  • _partial-3.scss
  • ...

Where style.scss looks like this:

@import "partial-1";
@import "partial-2";
@import "partial-3";
...

Will compile to a single file:

  • style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment