0.2.0 • Published 2 years ago

@bingumd/sass-utils v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@bingumd/sass-utils

A comprehensive and flexible utility-first styling solution.

Features

  • Concise classnames
  • Built with sass
  • Responsive Design
  • Easy to customize
  • Easy to extends
  • Hover, Focus, & Other States

Installation

Yarn
yarn add @bingumd/sass-utils
Npm
yarn install @bingumd/sass-utils

:gear: Usage

// Config
@use '@bingumd/sass-utils' with (
    $border-style-enable: false,
    $color-extend: (
        black: #000000,
        white: #ffffff,
        dark: (
            base: #222222,
            soft: #999999,
        ), 
    ),
    $color-variants: (
        'hover',
        'active'
    ),
    ...
);

// Build utils
@include sass-utils.init();
0.2.0

2 years ago

1.2.0

3 years ago

1.1.5

3 years ago

1.0.5

3 years ago

1.3.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago