Skip to content

Commit 1ca51b6

Browse files
committed
Put fill and stoke "none" values first
1 parent 5939509 commit 1ca51b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/defaultConfig.stub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ module.exports = {
295295
none: '0 0 #0000',
296296
},
297297
fill: ({ theme }) => ({
298-
...theme('colors'),
299298
none: 'none',
299+
...theme('colors'),
300300
}),
301301
grayscale: {
302302
0: '0',
@@ -807,8 +807,8 @@ module.exports = {
807807
...theme('spacing'),
808808
}),
809809
stroke: ({ theme }) => ({
810-
...theme('colors'),
811810
none: 'none',
811+
...theme('colors'),
812812
}),
813813
strokeWidth: {
814814
0: '0',

0 commit comments

Comments
 (0)