@ctrliq/quantic-css
v1.50.1
Published
Core CSS styles for Quantic Design System
Readme
Quantic CSS
Core CSS styles for the Quantic Design System.
Installation
npm install @ctrliq/quantic-cssUsage
Using in JavaScript/TypeScript
// Import the package (this will include the CSS automatically)
import '@ctrliq/quantic-css';Using in CSS
/* In your CSS file */
@import '@ctrliq/quantic-css/dist/index.css';Using in SCSS
// In your SCSS files (modern Sass syntax)
@use '@ctrliq/quantic-css/dist/index.scss';
// Using the sass entry point (configured in package.json)
@use '~@ctrliq/quantic-css';
// If you need to access variables or mixins with a namespace
@use '@ctrliq/quantic-css' as quantic;Using Individual Components
// Just import the reset (modern Sass syntax)
@use '@ctrliq/quantic-css/dist/reset.scss';Contents
- Modern CSS reset (2025 edition)
- Utility classes
- Base styling
Contributing
Please see the main repository's README.md for contribution guidelines.
