aurora-css
v1.0.0
Published
Boilerplate CSS for web applications.
Downloads
12
Readme
aurora-css.
The SASS files for the Aurora toolkit. It can also be used as a standalone boilerplate for you own SASS projects.
features.
- Reset rules.
- A mixin for generating CSS for a basic grid and column system.
- General purpose mixins for media queries, content spacing, clearfix, buttons, etc.
usage.
This package is intended for use with SASS projects, as most of its offering is in the form of mixins rather than actual generated CSS.
Install with NPM:
$ npm install --save aurora-css
Then @include
the SASS files you'd like to use.