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,