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.
- Host: GitHub
- URL: https://github.com/becklyn/kaba-scss
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2018-02-23T13:32:36.000Z (about 7 years ago)
- Default Branch: 3.x
- Last Pushed: 2021-11-04T10:09:10.000Z (over 3 years ago)
- Last Synced: 2025-02-15T14:05:36.890Z (3 months ago)
- Topics: bundle, kaba, minify, scss, webpack
- Language: TypeScript
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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"
]
```