mirror of
https://github.com/treetrum/glass-css
synced 2026-06-06 08:40:55 +10:00
No description
- SCSS 98.5%
- JavaScript 1.5%
| dist | ||
| docs | ||
| src | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| LICENCE | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
| yarn.lock | ||
Glass CSS
A lightweight, mostly clear CSS/Sass framework
Installation
Sass
Install with Yarn or NPM
yarn add glass-css
npm install glass-css
Then link to your SCSS
@import node_modules/glass-css/src/glass.scss
CSS
<link rel="stylesheet" href="path/to/glass-min.css">
Usage
Coming soon...