mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #533 from tailwindcss/preserve-zero-units
Preserve units for zero value properties
This commit is contained in:
commit
4a521bf81b
@ -41,6 +41,7 @@ const plugin = postcss.plugin('tailwind', config => {
|
||||
maxValueLength: false,
|
||||
trimLeadingZero: true,
|
||||
trimTrailingZeros: true,
|
||||
zeroLengthNoUnit: false,
|
||||
}),
|
||||
])
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user