sass-lumen

0.0.1 • Public • Published

Lumen

https://tallys.github.io/lumen/sassdoc/

Lumen is a practical color-theory toolkit for people who code.

Based on the website by Natalya Shelburne.

Development

npm install to intall the testing, linting, and documentation dependencies.

gulp sasslint to lint changes in the Sass.

gulp test to run the tests with True.

Documentation

Clone the repo into an (ignored) sub-folder named gh-pages, and then make sure that sub-repo is on the gh-pages branch:

git clone git@github.com:tallys/lumen.git gh-pages
cd gh-pages
git checkout gh-pages
cd ../

Run gulp sassdoc to re-generate the documentation in the gh-pages folder. Then commit the changes and push to the gh-pages branch on github:

cd gh-pages
git add --all
git commit -m 'Update documentation'
g push
cd ../

Package Sidebar

Install

npm i sass-lumen

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mirisuzanne