disable css variables transformation as it breaks the grid layout f/ now

This commit is contained in:
Bruno Windels 2020-10-07 18:00:26 +02:00
parent dafa995429
commit 423a463cd6

View file

@ -302,7 +302,6 @@ async function buildCssLegacy(entryPath, urlMapper = null) {
const preCss = await fs.readFile(entryPath, "utf8");
const options = [
postcssImport,
cssvariables(),
flexbugsFixes()
];
if (urlMapper) {