sass-wdk
v1.1.2
Published
Sass web style development kit
Downloads
4
Readme
Sass WDK - Sass Web Development Kit
Sass programming library extension for web style developers. Importing any part of this library will not generate any CSS output.
Installation
npm install sass-wdk
Usage
In your scss file, just import 'wdk'.
@import "node_modules/sass-wdk/wdk";
//...
Documentation
Not available yet. See the source codes comments for now.
Credits
Thanks to the authors of the excellent web contents below.
http://www.htmlcsscolor.com http://hugogiraudel.com/2013/08/08/advanced-sass-list-functions/ https://css-tricks.com/snippets/sass/deep-getset-maps http://www.sassmeister.com/gist/7525f0546479acd1d6e1 https://24ways.org/2010/calculating-color-contrast https://css-tricks.com/snippets/sass/power-function/ https://codepen.io/jakob-e/pen/doMoML http://hugogiraudel.com/2014/01/27/casting-types-in-sass/ https://css-tricks.com/snippets/sass/str-replace-function/ https://github.com/zurb/foundation-sites/blob/master/scss/util/_mixins.scss