# suitcss-sass **Repository Path**: ntksol/suitcss-sass ## Basic Information - **Project Name**: suitcss-sass - **Description**: Play SUIT CSS with Sass - **Primary Language**: CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SUIT CSS with Sass Hey, guy! Let's play [SUIT CSS](http://suitcss.github.io) with [Sass](http://sass-lang.com) together!!! This project depends on awesome mixins from [Compass](http://compass-style.org). ## Usage You could install `suitcss-sass` by [Bower](http://bower.io): ```bash bower install suitcss-sass ``` Import Compass manually first: ```scss @import "compass"; ``` If you only need mixins of Compass, you can also do like this: ```bash bower install compass-mixins ``` and... ```scss @import "bower_components/compass-mixins/compass"; ``` The last step is certainly ```scss @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](https://github.com/suitcss/suit/blob/master/doc/api.md)!