Skip to content

Commit

Permalink
Remove WarnOnCustomProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
616slayer616 committed Feb 20, 2024
1 parent 3fc4327 commit 53fa3d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 115 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public void runPasses(CssTree cssTree) {
new CreateComponentNodes(cssTree.getMutatingVisitController(),
errorManager).runPass();
new ValidatePropertyValues(cssTree.getVisitController(), errorManager).runPass();
new WarnOnCustomProperty(cssTree.getVisitController(), errorManager).runPass();

new HandleUnknownAtRuleNodes(cssTree.getMutatingVisitController(),
errorManager, job.allowedAtRules,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 53fa3d1

Please sign in to comment.