mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
disable css variables transformation as it breaks the grid layout f/ now
This commit is contained in:
parent
dafa995429
commit
423a463cd6
@ -302,7 +302,6 @@ async function buildCssLegacy(entryPath, urlMapper = null) {
|
||||
const preCss = await fs.readFile(entryPath, "utf8");
|
||||
const options = [
|
||||
postcssImport,
|
||||
cssvariables(),
|
||||
flexbugsFixes()
|
||||
];
|
||||
if (urlMapper) {
|
||||
|
Loading…
Reference in New Issue
Block a user