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

https://github.com/chantelsky/barenecessities

🐯 A tiny NPM package for Sass mixins
https://github.com/chantelsky/barenecessities

mixins node-sass sass sass-mixins scss

Last synced: 6 months ago
JSON representation

🐯 A tiny NPM package for Sass mixins

Awesome Lists containing this project

README

          

# @Chantelsky/necessities
![npm](https://img.shields.io/npm/v/@chantelsky/necessities)

## An open source collection of Sass mixins

The purpose of Barenecessities is to get straight into your project without having to spend all your time searching for useful mixins.
Please feel free to fork it and add your own mixins.

## installation

`$ npm install @chantelsky/necessities`
Please note: npm install sass is required to use this project.

## Mixins Available:

- wrapper
- Flexbox
- Grid
- Padding
- Centering a block element
- Absolute position centering
- Opacity
- Box-shadow
- Giving dimensions to box-size
- media queries
- creating a css triangle

## Contribute

Please file an issue if you think something could be improved. Please submit Pull requests whenever possible.

## Contributors