diff --git a/Converting-Meteor-Stylus-to-CSS.md b/Converting-Meteor-Stylus-to-CSS.md index 1f17975..8b348f8 100644 --- a/Converting-Meteor-Stylus-to-CSS.md +++ b/Converting-Meteor-Stylus-to-CSS.md @@ -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