2.1.2 • Published 1 year ago

more-sass v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Stability of "master" branch License: MIT Last commit Release version GitHub Release Date Keywords

The library of useful SCSS mixins and functions.

Installation

Using npm:

npm install more-sass

Using yarn:

yarn add more-sass

Usage

You can import the entire library or only the necessary part of it - variables, mixins, functions, or only a specific group of functions:

// Import the entire library
@use 'more-sass' as more;

// Import variables
@use 'more-sass/variables' as more-variables;

// Import mixins
@use 'more-sass/mixins' as more-mixins;

// Import functions
@use 'more-sass/functions' as more-functions;

// Import a specific group of functions
@use 'more-sass/functions/string' as more-string;

// Import a specific function in global namespace
@use 'more-sass/functions/string/str-split' as *;

Documentation

See the documentation.

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.2.1

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago