scss-lub
v1.1.3
Published
This is a collection of useful mixins and classes for scss projects. It's _**framework independent**_ and can be used in any project even without the need of JavaScript.
Readme
Scss Utils (Mixins & Classes)
This is a collection of useful mixins and classes for scss projects. It's framework independent and can be used in any project even without the need of JavaScript.
Requirements
Usage
Install the package using npm or yarn
npm i scss-lubImport/use the following file to load mixins and classes in your scss file:
@import 'main.scss';If you want to use mixins directly in your scss files you can import the following file:
@use 'scss-lub/mixins.scss';and then refer to the mixins like this:
@include mixins.padding(10px);Contributing
Roadmap
- [ ] Add more documentation
- [ ] Add SASS support
- [ ] Add more mixins and classes (ongoing 🚀)
- [ ] Split imports
If you want to contribute to this project, you can fork this repository and create a pull request. Please keep in mind that this project is still in development and may contain bugs or missing parts. Thank you for your contribution!
Any feedback or suggestions are welcome!
Contact me: [email protected]
