1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
bluelib/CONTRIBUTING.md

14 lines
314 B
Markdown
Raw Permalink Normal View History

2021-03-21 02:46:43 +00:00
# Contributing
Feel free to contribute to bluelib at any time, adding new rules, themes or anything else through [pull requests](https://github.com/RYGhub/bluelib/pulls)!
<!-- Readd the Structure here, maybe. -->
2021-03-21 02:46:43 +00:00
## Compiling
To compile a bluelib target, run:
```bash
lessc ${1} ${1%.*}.css --source-map
```