Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.33 KB

cascade

CSS starter-kit built on top of PostCSS.

Usage

Read the docs here.

Contributing

Contributions are welcome:

  • Report bugs and make feature requests via the issue tracker
  • Please ask first before working on any significant pull request

Install Dependencies

Yarn is used to manage front-end packages and task automation. After you forked the project navigate to the directory from the command line on your host machine, then run yarn.

Build Commands

yarn watch — Compile assets when file changes are made, copy dist files to docs
yarn build — Compile assets, copy dist files to docs

Working on the docs

The docs are build with Jekyll. Navigate to the /docs directory from the command line on your host machine, then run jekyll serve.

Versioning

SemVer is used for versioning.

Author

Felix Dorner
Design and development

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright © Felix Dorner, All Rights Reserved.