Skip to content

Instantly share code, notes, and snippets.

@webdesserts
Last active April 12, 2016 20:55
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 webdesserts/382a053ac77f0e1ed00b3bad63bfa29c to your computer and use it in GitHub Desktop.
Save webdesserts/382a053ac77f0e1ed00b3bad63bfa29c to your computer and use it in GitHub Desktop.
nesting classes from external css-modules
.code-block {
/* My special code block. Covers 90% of all use cases. */
}
import { .code-block } from './file1.css'
.getting-started .code-block {
/* Special colors for the getting started section */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment