1.2.1 ā€¢ Published 4 years ago

sass-library v1.2.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Sass Library

Sass library is a toolkit of mixins and resources designed to make styling with SCSS as efficient by flexible as possible.

šŸ“’ Documentation


Quick start guide

1. Add the library to your project

$ npm install sass-library

Alternatively include the files manually if you aren't using a package manager.

2. Import as needed into your Sass project

@import '~sass-library/mixins/prefix.scss';
@import '~sass-library/mixins/visibility.scss';

3. Use the imported modules in your Sass

.some-element {
  @include prefix(display, flex, ms webkit);
}
1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago