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 0d6e1a1 commit bd6b7c5Copy full SHA for bd6b7c5
css-cascade-5/Overview.bs
@@ -158,10 +158,10 @@ Importing Style Sheets: the ''@import'' rule</h2>
158
159
<div class="example">
160
The following layer imports load the style sheets into
161
- the ''framework component'' layer, and an un-named layer, respectively:
+ the ''framework.component'' layer, and an un-named layer, respectively:
162
163
<pre>
164
- @import url("tabs.css") layer(framework component);
+ @import url("tabs.css") layer(framework.component);
165
@import url("override.css") layer();
166
</pre>
167
</div>
0 commit comments