npm i @ryze-digital/scss-utilities
@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.
Let's say you want your blockquotes to always use the quotation marks associated with the current language.
blockquote {
@include scss-utilities.quotes();
}