All Projects → luxonauta → Luxa

luxonauta / Luxa

Licence: mit
A minimalist CSS framework.

Projects that are alternatives of or similar to Luxa

Vanilla Framework
From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
Stars: ✭ 476 (+268.99%)
Mutual labels:  css-framework, sass
Hive Framework
A website development framework built with Sass, and incorporating jQuery UI.
Stars: ✭ 14 (-89.15%)
Mutual labels:  css-framework, sass
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (+289.15%)
Mutual labels:  css-framework, sass
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (+2177.52%)
Mutual labels:  css-framework, sass
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (-27.91%)
Mutual labels:  css-framework, sass
Scally
Scally is a Sass-based, BEM, OOCSS, responsive-ready, CSS framework that provides you with a solid foundation for building reusable UI's quickly 🕶
Stars: ✭ 294 (+127.91%)
Mutual labels:  css-framework, sass
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+506.98%)
Mutual labels:  css-framework, sass
Unnamed Css Framework
A simple colorful CSS framework
Stars: ✭ 249 (+93.02%)
Mutual labels:  css-framework, sass
Avalanche
A package based CSS framework.
Stars: ✭ 86 (-33.33%)
Mutual labels:  css-framework, sass
Propeller
Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
Stars: ✭ 1,150 (+791.47%)
Mutual labels:  css-framework, sass
Bulma Helpers
Library with missing Functional / Atomic CSS classes for Bulma framework
Stars: ✭ 263 (+103.88%)
Mutual labels:  css-framework, sass
Fictoan
Mockups with markup — https://sujan-s.github.io/fictoan/
Stars: ✭ 114 (-11.63%)
Mutual labels:  css-framework, sass
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Stars: ✭ 154,459 (+119635.66%)
Mutual labels:  css-framework, sass
Isometricsass
Sass library to make isometric 2D without javascript
Stars: ✭ 331 (+156.59%)
Mutual labels:  css-framework, sass
Aqua.css
An elegant CSS Framework.
Stars: ✭ 253 (+96.12%)
Mutual labels:  css-framework, sass
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+455.04%)
Mutual labels:  css-framework, sass
Basis
A lightweight responsive Sass/CSS framework based on flexible box.
Stars: ✭ 133 (+3.1%)
Mutual labels:  css-framework, sass
Flexible Grid
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
Stars: ✭ 154 (+19.38%)
Mutual labels:  css-framework, sass
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-60.47%)
Mutual labels:  css-framework, sass
Kanbasu
A lightweight CSS framework written in Sass.
Stars: ✭ 94 (-27.13%)
Mutual labels:  css-framework, sass

Luxa CSS logo

Luxa CSS

A minimalist CSS framework.

See the documentation with examples here!

You can also see the collection on Codepen 💖

Simple and focused, its goal is to provide a lightweight solution that can be easily implemented in any development context.

With simple class names like .lx-btn or .lx-row, and a simple modifier system, like .is-left.

Table of contents

  1. 🚀 Quick Start
  2. ✔️ Browser Support
  3. 🤝 How to contribute
  4. 📃 Copyright and License

Quick Start

by CDN

You can use Luxa CSS by CDN, provided by the :mechanical_arm: jsDeliver service, below:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/luxonauta/[email protected]/dist/expanded/luxa.css">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/luxonauta/[email protected]/dist/compressed/luxa.css">

By Download

You can also download the files from the dist/ folder and include them in your HTML with a link.

⚠️ There are two folders inside the dist/ folder:

Rewrite and Change

If you want to rewrite or change something, to better suit your needs.

You can start by cloning the repository:

git clone https://github.com/luxonauta/luxa.git

This project needs Node, as we use Gulp.

Make sure you installed it with the following commands:

node --version
npm --version
npx --version

If they are not installed, follow the instructions here.

Install the Gulp command line utility

You can install it following the Gulp installation tutorial, or you can simply run the command on your terminal:

npm i

Verify your Gulp versions

gulp --version

Test it

Now all you have to do is initialize it:

npm run gulp

And you're ready! 👌😁

Browser Support

Luxa was developed with modern CSS, so it depends on the Gap property for Flexbox, which is not yet compatible with all browsers.

See the compatibility table below:

Chrome logo Firefox logo Microsoft Edge logo Opera logo Safari logo
84+ = ✔ Ok 63+ = ✔ Ok 84+ = ✔ Ok ✗ Not sup. ✗ Not sup.

See the source here (CanIUse.com).

How to contribute

If you want to help, there are many ways to do it! Start by reading the contribution guide.

Copyright and License

Copyright (c) 2020 Lucas de França. Code released under the MIT license.

English is not my native language, if there are any grammatical errors, please feel free to correct me, I will be very grateful!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].