From 6d23438463fea2e2084b984500e044c0196c59e0 Mon Sep 17 00:00:00 2001 From: Simon Elliott Date: Fri, 29 Sep 2017 16:42:06 +0300 Subject: [PATCH] Add IE10/11 grid properties to unitless list for backward support of grid to older supporting browsers. --- src/CSSPropertyOperations/CSSProperty.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CSSPropertyOperations/CSSProperty.js b/src/CSSPropertyOperations/CSSProperty.js index 51facdf..9d6e63b 100644 --- a/src/CSSPropertyOperations/CSSProperty.js +++ b/src/CSSPropertyOperations/CSSProperty.js @@ -38,6 +38,10 @@ let isUnitlessNumber = { fontWeight: true, lineClamp: true, lineHeight: true, + msGridColumnSpan: true, + msGridRowSpan: true, + msGridRow: true, + msGridColumn: true, opacity: true, order: true, orphans: true,