Enhance: set flag in parserlib so we don't need another loader
This commit is contained in:
parent
8028a3529f
commit
a4df641b96
|
@ -5505,3 +5505,5 @@ self.parserlib = (() => {
|
||||||
|
|
||||||
//endregion
|
//endregion
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
self.parserlib.css.Tokens[self.parserlib.css.Tokens.COMMENT].hide = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user