Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)!