No description
  • SCSS 98.5%
  • JavaScript 1.5%
Find a file
2017-06-19 11:03:16 +10:00
dist Update comment style to always use sass style comments 2017-06-03 14:00:21 +10:00
docs Automatically copy dist/ to docs/dist for gh-pages 2017-06-06 19:19:52 +10:00
src Update rem-calc to be more thorough. Add strip-unit function. 2017-06-06 20:42:35 +10:00
test Update rem-calc to be more thorough. Add strip-unit function. 2017-06-06 20:42:35 +10:00
.gitignore Remove dist from gitignore 2016-09-07 19:37:44 +10:00
.travis.yml Test against older node installs 2017-06-09 13:28:21 +10:00
LICENCE Add licence 2017-06-03 11:44:26 +10:00
package-lock.json 0.0.4 2017-06-19 11:03:16 +10:00
package.json 0.0.4 2017-06-19 11:03:16 +10:00
readme.md Add NPM version and dev dependency badges 2017-06-19 11:01:26 +10:00
yarn.lock Add watching scripts and notifications on build succes/failure 2017-06-06 19:53:41 +10:00

npm version Build Status devDependencies Status

Glass CSS

A lightweight, mostly clear CSS/Sass framework

glass-css.treetrum.com

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