kaba-scss
v3.4.0
Published
A small and fast SCSS builder for kaba.
Downloads
32
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"
]