https://github.com/chiiya/luma-docs
Documentation for the Luma framework
https://github.com/chiiya/luma-docs
css framework hugo javascript scss
Last synced: about 1 year ago
JSON representation
Documentation for the Luma framework
- Host: GitHub
- URL: https://github.com/chiiya/luma-docs
- Owner: chiiya
- License: mit
- Created: 2017-09-01T17:10:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T08:27:39.000Z (over 7 years ago)
- Last Synced: 2024-10-06T02:40:28.548Z (over 1 year ago)
- Topics: css, framework, hugo, javascript, scss
- Language: HTML
- Homepage: https://luma.netlify.com/
- Size: 3.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> **Luma** is a *lightweight, flexible* CSS framework
#### Lightweight
No styles or components you will never use, no unnecessary weight. Luma’s size is merely **8kb gzipped**. No additional dependencies. There is no unwanted bloat that comes with the larger frameworks. By default, Luma only ships with the most used components.
#### Installation
With npm:
```bash
$ npm install lumacss
```
With yarn:
```bash
$ yarn add lumacss
```