0.8.1 • Published 3 years ago

@bingumd/utils v0.8.1

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

@bingumd/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/utils
Npm
yarn install @bingumd/utils

:gear: Usage

@use '@bingumd/utils' with (
    // example
    $border-style-enable: false,

    $color-extend: (
        dark: #000000, 
        white: #ffffff
    ),

    $color-variants: (
        'hover',
        'active'
    ),

    ...
);

@include utils.init();
0.8.1

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago