mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
Stefano Pigozzi
a47f83b536
* 🚧 Begin implementing input fields * 🚧 Make more progress * 💥 Change everything again * ✨ Complete the task * 💥 Add some new things * 🧹 Clean non-existant stylesheet
13 lines
314 B
Markdown
13 lines
314 B
Markdown
# 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. -->
|
|
|
|
## Compiling
|
|
|
|
To compile a bluelib target, run:
|
|
|
|
```bash
|
|
lessc ${1} ${1%.*}.css --source-map
|
|
```
|