mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Put fill and stoke "none" values first
This commit is contained in:
parent
59395097ed
commit
1ca51b6628
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user