mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Converting Meteor Stylus to CSS (markdown)
parent
18af46e574
commit
93ddec5b3e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue