From 93ddec5b3e72f834266114c02f270cfe3f582fec Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 May 2022 20:11:55 +0300 Subject: [PATCH] Updated Converting Meteor Stylus to CSS (markdown) --- Converting-Meteor-Stylus-to-CSS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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