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 ae5f429 commit 63d5d8bCopy full SHA for 63d5d8b
test/functional.js
@@ -1490,6 +1490,18 @@ module.exports = {
1490
'class TestClassSyntax'
1491
);
1492
1493
+ // test that global styles are working correctly
1494
+ webpackAssert.assertOutputFileContains(
1495
+ 'main.css',
1496
+ '#app {'
1497
+ );
1498
+
1499
+ // test that CSS Modules (for scoped styles) is used
1500
1501
1502
+ '.h1_' // `.h1` is transformed to `.h1_[a-zA-Z0-9]`
1503
1504
1505
testSetup.requestTestPage(
1506
path.join(config.getContext(), 'www'),
1507
[
0 commit comments