Skip to content

crowdstart/quill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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