beta-scss

1.8.1 • Public • Published

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")
}

See documentation

Dependents (2)

Package Sidebar

Install

npm i beta-scss

Weekly Downloads

18

Version

1.8.1

License

ISC

Unpacked Size

490 kB

Total Files

60

Last publish

Collaborators

  • wifsimster