Last active
February 5, 2020 11:22
-
-
Save anfibiacreativa/27399185b7e1cb2a90b0f1b2d05a0a68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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