skiller-whale-style

CSS for Skiller Whale

Usage no npm install needed!

<script type="module">
  import skillerWhaleStyle from 'https://cdn.skypack.dev/skiller-whale-style';
</script>

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.

  1. Run yarn install to install dependencies
  2. Run yarn run build to compile input files into output files
  3. Open the demo/sample_page.html page in the browser to see the impact of your changes
  4. Run yarn run watch so that change you make are immediately compiled into output files, and can be viewed by refreshing the browser page.