We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5939509 commit 1ca51b6Copy full SHA for 1ca51b6
stubs/defaultConfig.stub.js
@@ -295,8 +295,8 @@ module.exports = {
295
none: '0 0 #0000',
296
},
297
fill: ({ theme }) => ({
298
- ...theme('colors'),
299
none: 'none',
+ ...theme('colors'),
300
}),
301
grayscale: {
302
0: '0',
@@ -807,8 +807,8 @@ module.exports = {
807
...theme('spacing'),
808
809
stroke: ({ theme }) => ({
810
811
812
813
strokeWidth: {
814
0 commit comments