Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonhimpfen/sass-mixin-library
Sass Mixin Library is a simple, lightweight, yet powerful mixin library for Sass.
https://github.com/brandonhimpfen/sass-mixin-library
sass sass-mixin sass-mixin-library sass-mixins
Last synced: about 1 month ago
JSON representation
Sass Mixin Library is a simple, lightweight, yet powerful mixin library for Sass.
- Host: GitHub
- URL: https://github.com/brandonhimpfen/sass-mixin-library
- Owner: brandonhimpfen
- License: mit
- Created: 2021-05-13T22:00:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T05:41:43.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:08:55.439Z (8 months ago)
- Topics: sass, sass-mixin, sass-mixin-library, sass-mixins
- Language: SCSS
- Homepage: https://www.himpfen.com/sass-mixin-library/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sass Mixin Library
[![Buy Me A Coffee](https://srv-cdn.himpfen.io/badges/buymeacoffee/buymeacoffee-flat.svg)](https://tinyurl.com/2h9aktmd) [![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://tinyurl.com/d4xnrptz) [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://tinyurl.com/mr22naua) [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://tinyurl.com/e8ymxdw3)
Sass Mixin Library is a simple, lightweight, yet powerful mixin library for Sass.
## How-to Use
Copy the `_mixins.scss` file and `mixins` directory to your project. Add the following to your core file or file in which you want mixins to be added:
@import "mixins";
## Examples
Each mixin file located in the mixins directory contains documentation on how-to include the mixin.
Example of implementation can also be found in test.scss.