File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Importing Style Sheets: the ''@import'' rule</h2>
9292 as if they were written literally into the stylesheet at the point of the ''@import'' .
9393
9494 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.
9696 The syntax of ''@import'' is:
9797
9898 <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>
9898 as if they were written literally into the stylesheet at the point of the ''@import'' .
9999
100100 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.
102102 The syntax of ''@import'' is:
103103
104104 <pre class='prod'>
You can’t perform that action at this time.
0 commit comments