disable css variables transformation as it breaks the grid layout f/ now
This commit is contained in:
parent
dafa995429
commit
423a463cd6
1 changed files with 0 additions and 1 deletions
|
@ -302,7 +302,6 @@ async function buildCssLegacy(entryPath, urlMapper = null) {
|
||||||
const preCss = await fs.readFile(entryPath, "utf8");
|
const preCss = await fs.readFile(entryPath, "utf8");
|
||||||
const options = [
|
const options = [
|
||||||
postcssImport,
|
postcssImport,
|
||||||
cssvariables(),
|
|
||||||
flexbugsFixes()
|
flexbugsFixes()
|
||||||
];
|
];
|
||||||
if (urlMapper) {
|
if (urlMapper) {
|
||||||
|
|
Reference in a new issue