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

https://github.com/brandonhimpfen/stylus-mixin-library

Stylus Mixin Library is a simple, lightweight, yet powerful mixin library for Stylus.
https://github.com/brandonhimpfen/stylus-mixin-library

stylus stylus-mixin-library stylus-mixins

Last synced: about 1 month ago
JSON representation

Stylus Mixin Library is a simple, lightweight, yet powerful mixin library for Stylus.

Awesome Lists containing this project

README

        

# stylus-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)

## How-to-Use

Copy the mixins folder to your project directory and then add the following line of code to your project's main file:

```
@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.styl`.