Merge pull request #533 from tailwindcss/preserve-zero-units

Preserve units for zero value properties
This commit is contained in:
Adam Wathan 2018-08-15 03:10:28 +09:30 committed by GitHub
commit 4a521bf81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ const plugin = postcss.plugin('tailwind', config => {
maxValueLength: false,
trimLeadingZero: true,
trimTrailingZeros: true,
zeroLengthNoUnit: false,
}),
])
})