honeycss
v1.2.0
Published
HoneyCSS is a CSS toolkit that powers Honeypot's front-end.
Downloads
30
Readme
HoneyCSS
HoneyCSS is a CSS toolkit that powers Honeypot's front-end.
Install
$ npm install --save honeycss
Usage
The source files included are written in Sass (scss
) You can simply point your sass include-path
at your node_modules
directory and import it like this.
@import "honeycss/index.scss";
Documentation
You can read more about HoneyCSS in the docs.