Skip to content

Commit

Permalink
Update src/rules/use-layers.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
nzakas and mdjermanovic authored Jan 14, 2025
1 parent 2d537f2 commit d0a99cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rules/use-layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ export default {
return;
}

/*
* Layer node location is incorrect.
* https://github.com/csstree/csstree/issues/309
*/
if (!layerNameRegex.test(node.name)) {
context.report({
loc: node.loc,
Expand Down

0 comments on commit d0a99cf

Please sign in to comment.