Skip to content

Commit

Permalink
Add unit test for @use
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Nov 3, 2019
1 parent 2ad5bd3 commit 43c7c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rules/operator-no-unspaced/__tests__/index.js
Expand Up @@ -1249,6 +1249,10 @@ testRule(rule, {
`,
description:
"Op *: background-image with absolute path inside url function and interpolation."
},
{
code: '@use "src/corners" as *;',
description: "ignores @use"
}
],

Expand Down

0 comments on commit 43c7c76

Please sign in to comment.