Skip to content

Commit

Permalink
I forgot a pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bogger33 authored Mar 2, 2021
1 parent 1c582da commit 776e763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/mode/css_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var Worker = exports.Worker = function(sender) {
this.ruleset = null;
this.setDisabledRules("ids|order-alphabetical");
this.setInfoRules(
"adjoining-classes|zero-units|gradients|box-model" +
"adjoining-classes|zero-units|gradients|box-model|" +
"import|outline-none|vendor-prefix"
);
};
Expand Down

0 comments on commit 776e763

Please sign in to comment.