Last active
August 6, 2022 10:22
-
-
Save mioe/70a63f5783acb7db1ecbd8b40813bbd1 to your computer and use it in GitHub Desktop.
example css features 🎸
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
@import '_reset' | |
a | |
text-decoration: none | |
.dont-touch-me | |
user-select: none | |
[class*=view-] | |
position: relative | |
width: 100% | |
height: 100vh | |
html | |
font-family: Inter, Avenir, Helvetica, Arial, sans-serif | |
@supports (font-variation-settings: normal) | |
html | |
font-family: 'Inter var', sans-serif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment