Skip to content

Instantly share code, notes, and snippets.

@afknapping
Created March 13, 2016 14:12
Show Gist options
  • Save afknapping/b94c9463672ffbd30a68 to your computer and use it in GitHub Desktop.
Save afknapping/b94c9463672ffbd30a68 to your computer and use it in GitHub Desktop.
re css modules

only gripes i have is comparing sass partials to "Self-contained files".

you can totally do self-contained files in sass. partials explicitly sport the underscore in front to communicate that they are not self-contained and either have dependencies ore are a dependency for other files.

import all needed dependencies in every partial, lose the underscore in front and et voila :)

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