kaba-scss

A small and fast SCSS builder for kaba.

Usage no npm install needed!

<script type="module">
  import kabaScss from 'https://cdn.skypack.dev/kaba-scss';
</script>

README

Kaba SCSS

Kaba SCSS is a wrapper around a SCSS compiler, including convenience functions that are used by Kaba.

Read the docs at becklyn.tech.

Setting the Browserlist Config

First install the package:

npm i -D @becklyn/browserslist-config

Then activate it in your project's package.json:

"browserslist": [
    "extends @becklyn/browserslist-config"
]