@lumina-borealis/core
v0.2.4
Published
Lumina Borealis base CSS styles and design tokens
Downloads
918
Maintainers
Readme
@lumina-borealis/core
The styling engine and design tokens for Lumina Borealis UI.
This package contains the core CSS variables, design tokens, and utility classes that power all framework-specific components of the Lumina Borealis UI library.
📦 Installation
npm install @lumina-borealis/core🚀 Usage
You only need to import the core CSS once in your application's entry point (e.g., main.ts, index.js, or App.tsx):
import '@lumina-borealis/core/src/index.css';Once imported, all CSS variables (--lb-color-primary, --lb-spacing-md, etc.) and global utility classes will be available throughout your application.
🎨 Features
- Global CSS reset customized for modern applications.
- CSS Variables for dynamic theming (Light/Dark mode support).
- Core typography and spacing tokens.
- Shared animations and transition utilities.
📄 License
MIT © Lumina Borealis
