Put fill and stoke "none" values first

This commit is contained in:
Jonathan Reinink 2022-10-17 18:16:40 -04:00
parent 59395097ed
commit 1ca51b6628

View File

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