From f2fb772c47edd805f6e60b2c93f07c3b3e6d644e Mon Sep 17 00:00:00 2001 From: langermank Date: Wed, 12 Jan 2022 11:40:13 -0800 Subject: [PATCH] add outline rule --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 08ccacdb..46f0904f 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,8 @@ module.exports = { '/^transition/': ['/all/'], '/^background/': ['http:', 'https:'], '/^border/': ['none'], - '/.+/': ['initial'] + '/.+/': ['initial'], + '/^outline/': ['0', 'none'] }, 'function-calc-no-unspaced-operator': true, 'function-linear-gradient-no-nonstandard-direction': true,