@thi.ng/meta-css
Version:
Data-driven CSS framework codegen, transpiler & bundler
29 lines (28 loc) • 508 B
JSON
{
"info": {
"name": "MetaCSS base",
"version": "0.19.0"
},
"media": {
"ns": { "min-width": "640px" },
"m": { "min-width": "768px" },
"l": { "min-width": "1024px" },
"xl": { "min-width": "1280px" },
"2xl": { "min-width": "1536px" },
"dark": {
"prefers-color-scheme": "dark"
},
"light": {
"prefers-color-scheme": "light"
},
"anim": {
"prefers-reduced-motion": false
},
"noanim": {
"prefers-reduced-motion": true
},
"contrast": {
"forced-colors": true
}
}
}