From 02347122f77d41272f956702008770fcfd8d2572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Wed, 28 Oct 2020 19:54:17 +0100 Subject: [PATCH] Ignore no-empty-source styleint rule --- stylelint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stylelint.config.js b/stylelint.config.js index 8664466..714b008 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -7,6 +7,7 @@ module.exports = { ignoreAtRules: ["tailwind", "apply", "variants", "responsive", "screen"] } ], + "no-empty-source": null, "declaration-block-trailing-semicolon": null, "no-descending-specificity": null }