From deed5027cd18bcdb9cb9d13cb7831be0ec5384e8 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 13 Feb 2021 21:28:47 -0500 Subject: Move mixed/lib/ to lib/ (#1382) --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index 69fa3189..ba2572a2 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,7 +1,7 @@ { "extends": "stylelint-config-recommended", "ignoreFiles": [ - "ext/mixed/lib/**/*.css" + "ext/lib/**/*.css" ], "rules": { "font-family-name-quotes": "always-where-recommended", -- cgit v1.2.3