Skip to content

Powerful layouts with minimal effort and efficient code

License

Notifications You must be signed in to change notification settings

Cam/sass-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
}

About

Powerful layouts with minimal effort and efficient code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published