1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
bluelib/CONTRIBUTING.md
Stefano Pigozzi a47f83b536
💥 Add text inputs
* 🚧 Begin implementing input fields

* 🚧 Make more progress

* 💥 Change everything again

*  Complete the task

* 💥 Add some new things

* 🧹 Clean non-existant stylesheet
2021-07-19 18:21:57 +02:00

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
```