An open API service indexing awesome lists of open source software.

https://github.com/becklyn/kaba-scss

A small and fast SCSS builder for kaba.
https://github.com/becklyn/kaba-scss

bundle kaba minify scss webpack

Last synced: 3 months ago
JSON representation

A small and fast SCSS builder for kaba.

Awesome Lists containing this project

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](https://becklyn.tech/oss/kaba-scss).**

Setting the Browserlist Config
------------------------------

First install the package:

```bash
npm i -D @becklyn/browserslist-config
```

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

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