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.
- Host: GitHub
- URL: https://github.com/pierreburel/startijenn-sass
- Owner: pierreburel
- License: mit
- Created: 2018-05-31T09:59:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T15:44:50.000Z (about 5 years ago)
- Last Synced: 2025-06-09T22:05:29.998Z (about 1 year ago)
- Topics: sass
- Language: SCSS
- Homepage: https://pierreburel.github.io/startijenn-sass
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)