skiller-whale-style
v0.1.11
Published
CSS for Skiller Whale
Downloads
18
Readme
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 install
to install dependencies - Run
yarn run build
to compile input files into output files - Open the
demo/sample_page.html
page in the browser to see the impact of your changes - Run
yarn run watch
so that change you make are immediately compiled into output files, and can be viewed by refreshing the browser page.