diff --git a/src/index.js b/src/index.js index d86434a6f..1cdf25256 100644 --- a/src/index.js +++ b/src/index.js @@ -41,6 +41,7 @@ const plugin = postcss.plugin('tailwind', config => { maxValueLength: false, trimLeadingZero: true, trimTrailingZeros: true, + zeroLengthNoUnit: false, }), ]) })