WARP-LAB / warp-scss

WARP SCSS mixins and functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#warp-scss-mixins

scss mixins and functions for inhouse use

Install

npm install warp-scss --save-dev

Usage (webpack)

@import "~warp-scss/mixins.scss";
@import "~warp-scss/functions.scss";

.gray-image {
	@include image-grayscale;
}

TODO

cleanup

About

WARP SCSS mixins and functions

License:Other


Languages

Language:CSS 100.0%