Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourai/suitcss-sass
Play SUIT CSS with Sass
https://github.com/ourai/suitcss-sass
bower-package sass suit-css suitcss
Last synced: 27 days ago
JSON representation
Play SUIT CSS with Sass
- Host: GitHub
- URL: https://github.com/ourai/suitcss-sass
- Owner: ourai
- License: mit
- Created: 2016-01-25T16:25:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T15:23:28.000Z (almost 9 years ago)
- Last Synced: 2024-11-13T10:31:43.641Z (about 2 months ago)
- Topics: bower-package, sass, suit-css, suitcss
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)!