Skip to content

luxonauta/luxacss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luxa CSS

✨ The minimalist CSS library.



A clean and lightweight kit that prioritizes minimalism, speed, and ease of maintenance.

🏗️ Installation

There are three ways to get started:

Download the latest version and link the CSS in the <head> of your website.

The GitHub repository also includes this documentation, so it's significantly bigger than the NPM package.

Install from CDN

Alternatively, you can easily include Luxa CSS in your project using a CDN. Choose the version that suits your needs:

<!-- 🦣 Expanded - 8KB -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/luxacss@1.0.8/dist/expanded/luxa.css"
/>

<!-- 🦐 Compressed - 6KB -->
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/luxacss@1.0.8/dist/compressed/luxa.min.css"
/>

Install with a package manager

npm i luxacss

pnpm i luxacss

bun i luxacss

Then import it into your main layout/page:

import "luxacss";

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

@use "luxacss";

🧰 Resources

☕ Support this project

Buy-me a coffee:

🫱🏻‍🫲🏻 Contributing

Please read our contributing guidelines if you want to contribute to Luxa CSS.

©️ License

Luxa CSS is released under the MIT License. You are free to use and modify it for your projects.