Disallow invalid inline style comments in stylesheets (#22930)
This commit is contained in:
parent
d6d02631ab
commit
03cce754d4
4 changed files with 7 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue