Skip to content

Instantly share code, notes, and snippets.

@kadmil
Created May 9, 2016 16:23
Show Gist options
  • Save kadmil/555a2c2d057575b36b0d505078a3de75 to your computer and use it in GitHub Desktop.
Save kadmil/555a2c2d057575b36b0d505078a3de75 to your computer and use it in GitHub Desktop.
Global CSS Modules namespacing
:global(.myClass) {
//here go styles for all .myClass classes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment