npm.io
1.1.0 • Published 1 week ago

@ryze-digital/scss-utilities

Licence
MIT
Version
1.1.0
Deps
0
Size
36 kB
Vulns
0
Weekly
0
Stars
3

RYZE Digital Scss Utilities

Run linter(s) workflow status

Install

npm i @ryze-digital/scss-utilities --save

Usage

@use "@ryze-digital/scss-utilities";

Use provided configuration mixin to configure your global project defaults.

@include scss-utilities.configure(...);

See /src/_config.scss for all possible configuration options.

Example

Let's say you want your blockquotes to always use the quotation marks associated with the current language.

blockquote {
    @include scss-utilities.quotes();
}

Keywords