From a8e88fcecedad2f1f70b822a9af2435d50277825 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 May 2022 20:14:08 +0300 Subject: [PATCH] Updated Converting Meteor Stylus to CSS (markdown) --- Converting-Meteor-Stylus-to-CSS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Converting-Meteor-Stylus-to-CSS.md b/Converting-Meteor-Stylus-to-CSS.md index 8b348f8..c7f0034 100644 --- a/Converting-Meteor-Stylus-to-CSS.md +++ b/Converting-Meteor-Stylus-to-CSS.md @@ -10,7 +10,7 @@ Stylus code was located at `wekan/client/components/*/*.styl`, for example `weka - `coagmano:stylus` is not maintained anymore - When building meteor bundle, `coagmano:stylus` causes [errors like Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency](https://github.com/Meteor-Community-Packages/meteor-stylus/issues/9) with newest Meteor 2.7.2 -- Removing `coagmano:stylus` removed also [Mermaid Diagram error: Maximum call stack size exceeded](https://github.com/wekan/wekan/issues/4251) from browserside right click / Inspect / Console. +- Removing `coagmano:stylus` fixed [Mermaid Diagram error: Maximum call stack size exceeded](https://github.com/wekan/wekan/issues/4251) from browserside right click / Inspect / Console. After removing `coagmano:stylus`, that error was not there anymore. ## Converting Stylus to CSS