From 15373c617d254a965dc52e74d3d6856c53ba39f9 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Tue, 17 Nov 2020 17:37:42 +0300 Subject: [PATCH] Pin stylus version 0.54.8 has an issue (fixed, but not released yet): https://github.com/stylus/stylus/pull/2549 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dde4b29..3627925 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mkdirp": "^0.5.1", "pug": "^2.0.0-beta6", "resolve": "^1.1.7", - "stylus": "^0.54.2" + "stylus": "=0.54.7" }, "devDependencies": { "eslint": "^3.4.0",