2.0.2 ⢠Published 1 year ago
luxacss v2.0.2
A clean and lightweight kit that prioritizes minimalism, speed, and ease of maintenance.
šļø Installation
Choose one of these methods to get started:
Direct Download
Download the latest version and link the CSS in your HTML <head>.
Note: The GitHub repository includes documentation, making it larger than the NPM package.
CDN
Include Luxa CSS via CDN:
<!-- Expanded (7.5KB) -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/luxacss@latest/dist/expanded/luxa.css"
/>
<!-- Compressed (6KB) -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/luxacss@latest/dist/compressed/luxa.min.css"
/>Package Manager
Install using your preferred package manager:
npm i luxacss
pnpm i luxacss
bun i luxacssThen import it:
import "luxacss";Or, import Luxa into your .scss file with @use:
@use "luxacss";š§° Resources
- š Documentation
- šā⬠GitHub Repository
ā Support this project
If you find Luxa CSS helpful, consider supporting the project:
š«±š»āš«²š» Contributing
Please read our contributing guidelines to get started.
Ā©ļø License
Luxa CSS is released under the MIT License. Feel free to use and modify it for your projects. š§©