From 1ca51b66281fd21097e2db8371dbe66270deb488 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Mon, 17 Oct 2022 18:16:40 -0400 Subject: [PATCH] Put fill and stoke "none" values first --- stubs/defaultConfig.stub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 0d0ec6a7b..6b6931e54 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -295,8 +295,8 @@ module.exports = { none: '0 0 #0000', }, fill: ({ theme }) => ({ - ...theme('colors'), none: 'none', + ...theme('colors'), }), grayscale: { 0: '0', @@ -807,8 +807,8 @@ module.exports = { ...theme('spacing'), }), stroke: ({ theme }) => ({ - ...theme('colors'), none: 'none', + ...theme('colors'), }), strokeWidth: { 0: '0',