Updated Converting Meteor Stylus to CSS (markdown)

Lauri Ojansivu 2022-05-20 20:11:55 +03:00
parent 18af46e574
commit 93ddec5b3e

@ -6,8 +6,6 @@ Previously WeKan used Stylus, that is similar to CSS. Stylus has some additional
Stylus code was located at `wekan/client/components/*/*.styl`, for example `wekan/client/components/boards/boardsList.styl`.
To convert Stylus to CSS, [this code](https://github.com/wekan/wekan/blob/master/releases/stylus-to-css.sh) was used, this way:
## Why
- `coagmano:stylus` is not maintained anymore
@ -16,6 +14,8 @@ To convert Stylus to CSS, [this code](https://github.com/wekan/wekan/blob/master
## Converting Stylus to CSS
[Source](https://github.com/wekan/wekan/blob/master/releases/stylus-to-css.sh)
#### 1) Install Stylus
```
sudo npm -g install stylus