Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Repository files navigation

Beta-SCSS

Minimalist utility CSS kit for developer, built on SCSS !

Inspired by the awesome tailwindcss

License: MIT npm version Install size

Install

$ npm install beta-scss

Usage

You can basically use it as an import :

import `beta-scss`

Or, you can use the global.scss, which contains all variables :

@import "~beta-scss/packages/global"

// Define a color from the beta-scss palette
.blue {
 color: map-get($colors, "blue")
}

Releases

Packages

Used by

Contributors

Languages