We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3524b0d commit ac6cd53Copy full SHA for ac6cd53
1 file changed
css-cascade-5/Overview.bs
@@ -1442,11 +1442,11 @@ Un-Named Layers</h5>
1442
1443
/* bootstrap.css */
1444
/* the internal names are hidden from access, subsumed in "base" */
1445
- @layer base url(bootstrap-base.css);
+ @import url(bootstrap-base.css) layer(base);
1446
1447
/* author.css */
1448
/* author has access to bootstrap.base layer, but not into unnamed layers */
1449
- @layer bootstrap url(bootstrap.css);
+ @import url(bootstrap.css) layer(bootstrap);
1450
</pre>
1451
</div>
1452
0 commit comments