We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8567b56 commit 246c158Copy full SHA for 246c158
test.js
@@ -78,6 +78,9 @@ describe("processor", () => {
78
["rand0ml0l0l", "rand0ml1l1l", "rand0ml2l2l", "rand0ml3l3l3"]
79
)
80
81
- it("should ignore imports not inside a :local")
82
- it("should ignore imports not inside our rule whitelist")
+ check(
+ "should ignore imports not inside our rule whitelist",
83
+ `:local(.exportName) { imports: importName from "path/library.css"; something-else: otherLibImport from "path/other-lib.css"; }`,
84
+ `:local(.exportName) { imports: importName from "path/library.css"; something-else: otherLibImport from "path/other-lib.css"; }`
85
+ )
86
})
0 commit comments