Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisdhanaraj/3ef0b61a3e3071a24cd67b20367f2929 to your computer and use it in GitHub Desktop.
Save chrisdhanaraj/3ef0b61a3e3071a24cd67b20367f2929 to your computer and use it in GitHub Desktop.
CSS Variables
- [Using CSS Variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables)
- [Getting Reactive with CSS](https://www.youtube.com/watch?v=4IRPxCMAIfA)
- [Why You Should Care CSS Variables](https://developers.google.com/web/updates/2016/02/css-variables-why-should-you-care)
Demos
- [David Khourshid CSS Variables Collection](https://codepen.io/collection/DNzQqY/)
- [Mike Ruthmieler - Using CSS Variables](https://madebymike.com.au/writing/using-css-variables/)
Other Notes
- Edge supports grid behind a flag
- [@supports](https://developer.mozilla.org/en-US/docs/Web/CSS/@supports)
- [Codesandbox](https://codesandbox.io)
- [Glitch](https://glitch.com/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment