frckl-tools
v2.0.1
Published
A collection of Sass mixins and functions
Downloads
1
Maintainers
Readme
frckl-tools
A collection of Sass mixins and functions
This is a collection of often-used mixins and functions for Sass.
Installation
npm install --save frckl-tools
You can then import the files you want in Sass with:
@import 'path/to/your/node_modules/frckl-tools/mediaquery';
@import 'path/to/your/node_modules/frckl-tools/attention';
@import 'path/to/your/node_modules/frckl-tools/spacing';
...
Or just include everything from this repository using the all-tools
-helper:
@import 'path/to/your/node_modules/frckl-tools/all-tools';
How do I use it?
TODO: Write documentation for every file, mixin and function
Thanks to
There are way to many people, that influenced me and everything in this repository. If you have the feeling that I should mention you - say so. I took heavy inspiration from those projects and the people behing it:
License
frckl-tools is published under the MIT License