ourai / suitcss-sass

Play SUIT CSS with Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUIT CSS with Sass

Hey, guy! Let's play SUIT CSS with Sass together!!!

This project depends on awesome mixins from Compass.

Usage

You could install suitcss-sass by Bower:

bower install suitcss-sass

Import Compass manually first:

@import "compass";

If you only need mixins of Compass, you can also do like this:

bower install compass-mixins

and...

@import "bower_components/compass-mixins/compass";

The last step is certainly

@import "bower_components/suitcss-sass/index";

Yes! You can enjoy the magic of SUIT CSS with Sass now!!!

API

The classes you can use are here!

About

Play SUIT CSS with Sass

License:MIT License


Languages

Language:CSS 100.0%