Minimalist utility CSS kit for developer, built on SCSS !
Inspired by the awesome tailwindcss
$ npm install beta-scss
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")
}