Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 708 Bytes

File metadata and controls

25 lines (21 loc) · 708 Bytes

quill

Functional CSS library.

Development

Run bebop to compile docs/ directory and start watching source dir for changes.

$ bebop

Style guide

Our style guide is generated using kss-node. Our project is a bit unconventional, however. Files are laid out in the following structure:

.
├── docs/              Generated by Quill
├── guide/
│   ├── examples/      Example HTML for Quill widgets
│   ├── template/      Template used by style guide
│   └── styles.styl    All styles are imported here for style guide.
└─── src/              Quill source