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
- Host: GitHub
- URL: https://github.com/chantelsky/barenecessities
- Owner: Chantelsky
- License: mit
- Archived: true
- Created: 2019-11-23T03:16:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T16:47:51.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T00:24:46.421Z (over 1 year ago)
- Topics: mixins, node-sass, sass, sass-mixins, scss
- Language: CSS
- Homepage: https://www.npmjs.com/package/@chantelsky/necessities
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# @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