0.1.11 • Published 3 years ago
skiller-whale-style v0.1.11
How to use
Yarn is used to install dependencies and also watch the input files (in src) and compile them into output CSS files
(in dist).
You can then see the impact of your changes by opening one of the files in the demo folder in the browser.
- Run
yarn installto install dependencies - Run
yarn run buildto compile input files into output files - Open the
demo/sample_page.htmlpage in the browser to see the impact of your changes - Run
yarn run watchso that change you make are immediately compiled into output files, and can be viewed by refreshing the browser page.