Skip to content

Becklyn/kaba-scss

Repository files navigation

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"
]