Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Last active February 5, 2020 11:22
Show Gist options
  • Save anfibiacreativa/27399185b7e1cb2a90b0f1b2d05a0a68 to your computer and use it in GitHub Desktop.
Save anfibiacreativa/27399185b7e1cb2a90b0f1b2d05a0a68 to your computer and use it in GitHub Desktop.
// The file is called example.scss , you noticed? Yes, call your file as your block, and put only code related to it, in it.
// do!
.example {
// your code here
}
// don't!
.my-Example-component {
// your code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment