File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
92
92
as if they were written literally into the stylesheet at the point of the ''@import'' .
93
93
94
94
Any ''@import'' rules must precede all other valid at-rules and style rules in a style sheet
95
- (with ''@charset'' counting as an invalid rule ), or else the ''@import'' rule is invalid.
95
+ (ignoring ''@charset'' ), or else the ''@import'' rule is invalid.
96
96
The syntax of ''@import'' is:
97
97
98
98
<pre class='prod'>@import [ <<url>> | <<string>> ] <<media-query-list>> ? ;</pre>
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
98
98
as if they were written literally into the stylesheet at the point of the ''@import'' .
99
99
100
100
Any ''@import'' rules must precede all other valid at-rules and style rules in a style sheet
101
- (with ''@charset'' counting as an invalid rule ), or else the ''@import'' rule is invalid.
101
+ (ignoring ''@charset'' ), or else the ''@import'' rule is invalid.
102
102
The syntax of ''@import'' is:
103
103
104
104
<pre class='prod'>
You can’t perform that action at this time.
0 commit comments