Skip to content

Instantly share code, notes, and snippets.

@mioe
Last active August 6, 2022 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mioe/70a63f5783acb7db1ecbd8b40813bbd1 to your computer and use it in GitHub Desktop.
Save mioe/70a63f5783acb7db1ecbd8b40813bbd1 to your computer and use it in GitHub Desktop.
example css features 🎸
@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