Last active
August 5, 2016 20:58
-
-
Save mikeyamadeo/d1f8dc45b79d1288a7938d3f7322f7f1 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
@import 'settings'; | |
html { | |
font-family: var(--font-primary); | |
} | |
ol, ul { | |
list-style: none; | |
} | |
a { | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment