Created
December 17, 2020 14:53
-
-
Save deletosh/749f445ab1154cd0f630dcf34bfbf962 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
| element { | |
| /* HTML element, e.g. div, span, p */ | |
| } | |
| .some-class { | |
| /* HTML class name, not the "naming pattern , not_snaked_case */ | |
| } | |
| #some-id { | |
| /* an HTML'ed id */ | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That because,
elementis not really correct, there's no HTML element calledelement, rename todivand see if that matches