scss-helpers v0.1.0
SCSS-helpers
It is a simple package with a set of useful mixins and helpers for usual apply in frontend work.
Simple install with:
yarn add aleksei-budaev/scss-helpers
or
npm install aleksei-budaev/scss-helpers
This package consist of three parts: 1. Variables. You are free to set your own after you import this package to your project, because all variables are marked as default. So, during the compilation your set of variables will be used instead of mine. 2. Mixins. Now there is just a set of media query mixins for mobile phones, tablets, small and large desktop screen sizes. It's more convenient to use them in usual work than write a media query from scratch every time. 3. Helpers. They are based on your set of variables. If you don't set your own - they will use default values. Feel free to add your own and pull request them.