Disallow invalid inline style comments in stylesheets (#22930)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user