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.
- Host: GitHub
- URL: https://github.com/brandonhimpfen/stylus-mixin-library
- Owner: brandonhimpfen
- License: mit
- Created: 2021-09-11T01:51:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:47:49.000Z (6 months ago)
- Last Synced: 2025-01-27T11:12:51.395Z (3 months ago)
- Topics: stylus, stylus-mixin-library, stylus-mixins
- Language: Stylus
- Homepage: https://www.himpfen.com/stylus-mixin-library/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylus-mixin-library
[](https://tinyurl.com/2h9aktmd) [](https://tinyurl.com/d4xnrptz) [](https://tinyurl.com/mr22naua) [](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`.