Skip to content

Commit ac6cd53

Browse files
committed
[css-cascade-5] Fix more stray example errors. :/
1 parent 3524b0d commit ac6cd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-cascade-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,11 +1442,11 @@ Un-Named Layers</h5>
14421442

14431443
/* bootstrap.css */
14441444
/* the internal names are hidden from access, subsumed in "base" */
1445-
@layer base url(bootstrap-base.css);
1445+
@import url(bootstrap-base.css) layer(base);
14461446

14471447
/* author.css */
14481448
/* author has access to bootstrap.base layer, but not into unnamed layers */
1449-
@layer bootstrap url(bootstrap.css);
1449+
@import url(bootstrap.css) layer(bootstrap);
14501450
</pre>
14511451
</div>
14521452

0 commit comments

Comments
 (0)