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 05eb974 commit 3571037Copy full SHA for 3571037
test/localTest.js
@@ -170,4 +170,9 @@ describe("local", function() {
170
}
171
172
});
173
+ testLocal("issue-109", ".bar-1 { color: red; }", [
174
+ [1, ".file--bar-1--2ESB7 { color: red; }", ""]
175
+ ], {
176
+ "bar-1": "file--bar-1--2ESB7"
177
+ }, "?modules&importLoaders=1&localIdentName=[name]--[local]--[hash:base64:5]");
178
0 commit comments