Corex Modex CSS package providing global design tokens and component-level utility styles for scalable UI development.
This package provides precompiled CSS styles for the Corex UI system. It includes:
- 🎨 Global design tokens (colors, spacing, typography, etc.)
- 🧩 Component-level utility styles
- 🔧 Built from design tokens compatible with Tokens Studio files
- 🌗 Multiple themes (Neo, Revo, Uno) with light/dark modes
- 🚀 Ready-to-use CSS for scalable design systems and modern UIs
npm install @netoum/corex-css
@import "@netoum/corex-css/neo.css"; /* or revo.css, uno.css */
@import "@netoum/corex-css/components/button.css";
@import "@netoum/corex-css/tokens/global/color.css";
@import "@netoum/corex-css/tokens/neo/semantic/color.css";
💡 You can explore all available paths in the exports section of package.json.
Build all themes and modes (light/dark) using token configurations:
npm run build
Skip token processing and rebuild only the final output CSS:
npm run build:from:css
npm run lint
MIT © Netoum
Corex is built by Netoum — a web agency specializing in modern applications using HTML, Vanilla JS, TypeScript, Elixir/Phoenix, and accessibility-first development.
Creating exceptional web experiences for clients worldwide.
Get in touch: info@netoum.com