Skip to content

Corex Modex CSS template providing global design tokens and component-level utility styles for scalable UI development.

Notifications You must be signed in to change notification settings

netoum/modex-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@netoum/modex-css

Corex Modex 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 */

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/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: info@netoum.com

About

Corex Modex CSS template providing global design tokens and component-level utility styles for scalable UI development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published