Kaba SCSS is a wrapper around a SCSS compiler, including convenience functions that are used by Kaba.
Read the docs at becklyn.tech.
First install the package:
npm i -D @becklyn/browserslist-config
Then activate it in your project's package.json
:
"browserslist": [
"extends @becklyn/browserslist-config"
]