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

https://github.com/pierreburel/startijenn-sass

A collection of Sass functions and mixins, lots of them gathered around the web.
https://github.com/pierreburel/startijenn-sass

sass

Last synced: about 1 year ago
JSON representation

A collection of Sass functions and mixins, lots of them gathered around the web.

Awesome Lists containing this project

README

          

# startijenn-sass

A collection of Sass functions and mixins, lots of them gathered around the web. **Mainly for my personal use.**

Documentation: https://pierreburel.github.io/startijenn-sass

Uses: [sass-direction](https://github.com/pierreburel/sass-direction), [sass-em](https://github.com/pierreburel/sass-em), [sass-mq](https://github.com/sass-mq/sass-mq), [sass-rem](https://github.com/pierreburel/sass-rem) and [sass-resolution](https://github.com/pierreburel/sass-resolution).

Why startijenn: pronounced /starˈtiːʒɛn/, means strength, energy or dynamism in Breton.

## Installation

```shell
npm install startijenn-sass
```

## Usage

With [sass-loader](https://github.com/webpack-contrib/sass-loader) or [node-sass-package-importer](https://github.com/maoberlehner/node-sass-package-importer):

```scss
@import "~startijenn-sass";
```

Custom imports:

```scss
@import "~startijenn-sass/vendor";
@import "~startijenn-sass/helpers/asset";
@import "~startijenn-sass/helpers/color";
```

## Thanks

* [Kitty Giraudel](https://github.com/KittyGiraudel)
* [Sindre Sorhus](https://github.com/sindresorhus)
* [Sérgio Gomes](https://github.com/sgomes)
* [CSS Tricks](https://css-tricks.com/snippets/sass/)