Skip to content

Commit 2c0b361

Browse files
committed
1 parent ba2a407 commit 2c0b361

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css-cascade/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ Importing Style Sheets: the ''@import'' rule</h2>
8080
(collectively, the <dfn>import conditions</dfn>)
8181
state the conditions under which it applies.
8282

83+
<div class="example">
84+
The following ''@import'' is only when the UA
85+
supports ''display: flex'',
86+
and is on a handheld device with a maximum screen width of 400px.
87+
88+
<pre>@import url("narrow.css") supports(display: flex) handheld and (max-width: 400px);</pre>
89+
</div>
90+
8391
If a <<string>> is provided,
8492
it must be interpreted as a <<url>> with the same value.
8593

0 commit comments

Comments
 (0)