@netoum/corex-css
v0.0.4
Published
Corex default CSS template providing global design tokens and component-level utility styles for scalable UI development.
Readme
@netoum/corex-css
Corex default CSS package providing global design tokens and component-level utility styles for scalable UI development.
📦 About
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
📦 Installation
npm install @netoum/corex-css💡 Usage
Import a full theme stylesheet:
@import "@netoum/corex-css/neo.css"; /* or revo.css, uno.css */
/* or */
@import "@netoum/corex-css/neo/light.css"; /* or dark.css*/
/* or */
@import "@netoum/corex-css/revo/light.css"; /* or dark.css*/
/* or */
@import "@netoum/corex-css/uno/light.css"; /* or dark.css*/
Import component-level styles:
@import "@netoum/corex-css/components/button.css";Import token-based styles directly:
@import "@netoum/corex-css/tokens/global/color.css";
@import "@netoum/corex-css/tokens/neo/light/semantic/color.css";💡 You can explore all available paths in the exports section of package.json.
🛠️ Development
🔧 Full Build (from design tokens)
Build all themes and modes (light/dark) using token configurations:
npm run build⚡ CSS Build Only (skip design tokens)
Skip token processing and rebuild only the final output CSS:
npm run build:from:css🔍 Lint
npm run lint📜 License
MIT © Netoum
🤝 Built by 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: [email protected]
