Skip to content

Commit bd6b7c5

Browse files
committed
[css-cascade-5][editorial] Fix nested layer syntax in @import example
1 parent 0d6e1a1 commit bd6b7c5

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
@@ -158,10 +158,10 @@ Importing Style Sheets: the ''@import'' rule</h2>
158158

159159
<div class="example">
160160
The following layer imports load the style sheets into
161-
the ''framework component'' layer, and an un-named layer, respectively:
161+
the ''framework.component'' layer, and an un-named layer, respectively:
162162

163163
<pre>
164-
@import url("tabs.css") layer(framework component);
164+
@import url("tabs.css") layer(framework.component);
165165
@import url("override.css") layer();
166166
</pre>
167167
</div>

0 commit comments

Comments
 (0)