medyll
Profile
← all projects

@medyll/css-base

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.

Where it sits


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"]

Overview


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.

Highlights


  • · Zero build, zero preprocessor
  • · Native light-dark()
  • · Published on npm
CSSOKLCH@functionattr()
View source →