From d82a7556c0eb8f66f3234b07ed979abf69a61b5c Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 14 Aug 2018 13:37:08 -0400 Subject: [PATCH] Preserve units for zero value properties --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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, }), ]) })