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',