luxonauta / luxacss

A minimalist CSS framework.

Home Page:https://luxacss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luxa CSS

✨ Quickly design, build and ship!



🎯 Aiming for minimalism, speed and ease of maintenance, Luxa is a starting point for a clean and lightweight design system.

βœ… By using it, you avoid intricate and difficult-to-tweak CSS structures, resulting in a more streamlined development process and better project performance.

πŸ—οΈ Installation

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/gh/luxonauta/luxacss@latest/dist/expanded/luxa.css"
/>

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

πŸ“¦ Alternatively, you can install with a package manager:

npm i luxacss

pnpm i luxacss

bun i 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.

About

A minimalist CSS framework.

https://luxacss.com

License:MIT License


Languages

Language:SCSS 70.0%Language:JavaScript 30.0%