1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-04 09:42:42 +03:00

Disallow invalid inline style comments in stylesheets (#22930)

This commit is contained in:
Germain
2022-07-27 14:39:22 +01:00
committed by GitHub
parent d6d02631ab
commit 03cce754d4
4 changed files with 7 additions and 72 deletions

View File

@@ -286,7 +286,6 @@ module.exports = (env, argv) => {
// plain CSS together for the bundler.
require("postcss-simple-vars")(),
require("postcss-strip-inline-comments")(),
require("postcss-hexrgba")(),
// It's important that this plugin is last otherwise we end
@@ -355,7 +354,6 @@ module.exports = (env, argv) => {
require("postcss-simple-vars")(),
require("postcss-nested")(),
require("postcss-easings")(),
require("postcss-strip-inline-comments")(),
require("postcss-hexrgba")(),
// It's important that this plugin is last otherwise we end