colette
Version:
A CSS and JS starter kit for 20 Minutes web projects
16 lines (14 loc) • 307 B
text/stylus
// Light
//
// Every design’s colors are declined as CSS custom properties.
//
// Styleguide: CSSvariables.light
/:root
/[data-theme=light]
/[data-theme] [data-theme=light]
--light-min 0%
--light-max 100%
/[data-theme=dark]
/[data-theme] [data-theme=dark]
--light-min 100%
--light-max 0%