Created
November 30, 2016 20:32
-
-
Save ShaggyDude/63139e3368842d62328361219121bba6 to your computer and use it in GitHub Desktop.
This file contains 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
// HML - hipster markup language, because typing div is lamo and recycling depricated html is good for the environment. | |
b { // div | |
display: block; | |
font-weight: normal; | |
} | |
s { // span | |
text-decoration: none | |
} | |
i { // icon | |
use-for: icons; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment