2.0.2 • Published 8 months ago

luxacss v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 luxacss

Then import it:

import "luxacss";

Or, import Luxa into your .scss file with @use:

@use "luxacss";

🧰 Resources

ā˜• 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. 🧩

2.0.2

8 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.9

11 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago