From 423a463cd64161f1a48fb30a4ce55379c2c76c17 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 7 Oct 2020 18:00:26 +0200 Subject: [PATCH] disable css variables transformation as it breaks the grid layout f/ now --- scripts/build.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.mjs b/scripts/build.mjs index f8f08e39..45a668c1 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -302,7 +302,6 @@ async function buildCssLegacy(entryPath, urlMapper = null) { const preCss = await fs.readFile(entryPath, "utf8"); const options = [ postcssImport, - cssvariables(), flexbugsFixes() ]; if (urlMapper) {