Native CSS design system: zero build, zero preprocessor
css-base is a design system written in plain CSS: OKLCH colors, native @function, and attr() type coercion replace what a preprocessor or JS runtime would otherwise do. No build step, published and used in production.
flowchart TD P["idea / needs"] --> S["@medyll/css-base"] S --> A["OKLCH color space"] S --> B["CSS @function + attr() coercion"] S --> C["published on npm, zero build"]
Pure CSS design system built on cutting-edge native features: OKLCH color space, CSS @function, and attr() type coercion. No preprocessor, no build step, no runtime. Published on npm and production-ready.