https://github.com/yowainwright/sassimple
🛠 Fill in your css gaps with sass mixins (simply)
https://github.com/yowainwright/sassimple
Last synced: about 1 year ago
JSON representation
🛠 Fill in your css gaps with sass mixins (simply)
- Host: GitHub
- URL: https://github.com/yowainwright/sassimple
- Owner: yowainwright
- License: mit
- Created: 2016-05-30T21:00:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T14:05:40.000Z (about 1 year ago)
- Last Synced: 2025-06-12T18:46:26.731Z (about 1 year ago)
- Language: Sass
- Homepage:
- Size: 1.21 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

🛠 Sassimple
[](https://badge.fury.io/js/sassimple)
[](https://badge.fury.io/bo/sassimple)
> Fill in your `css` gaps with the best `scss` mixins
Sassimple is buffet of the best `scss` mixins with 0% css footprint when included into a project!
## Install
```bash
npm i sassimple
```
## Setup
```css
@import 'node_modules/sassimple/mixins/sassimple';
```
## Use
```css
.button {
@include button; // imports button styles from bourbon
}
```
## Philosophy
- Use popular `scss` mixins to solve css problems.
- Fully use popular scss helper mixins or don't - Sassimple is there.
## Why
- You don't want to use a css framework but want a css framework's helper `scss` mixins.
- You want to have lots of ready to use mixins at your service whether you use them or not.
## \*Mixin Reference
- [Bootstrap](http://getbootstrap.com/) (without the framework's css classes) for _normalization_ to the most used ui library on the internet,
- [Bourbon](http://bourbon.io/) for styles helpers like _css transitions_,
- [Neat](http://neat.bourbon.io/) for a faceless (no css classes) grid,
- [Compass](http://compass-style.org/) for autoprefixing css & other helpers - [Sassimple](https://github.com/yowainwright/sassimple/tree/master/mixins) to add to the layer cake of supported mixins
## Create an [issue](https://github.com/yowainwright/sassimple/issues)
Create an issue if you'd like a scss library or mixin to be added or, if you have recommendations
🛠 **Sassimple** is a current project 👍.