Skip to content

Commit

Permalink
Removed unneccessary part, Fixes #2896 (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreaTorAlexander authored Mar 6, 2021
1 parent f96ba90 commit 4d0cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/@import/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 id="Syntax">Syntax</h2>

<dl>
<dt><em>url</em></dt>
<dd>Is a {{CSSxRef("&lt;string&gt;")}} or a {{CSSxRef("&lt;url&gt;")}} representing the location of the resource to import. The URL may be absolute or relative. Note that the URL for a Mozilla package need not actually specify a file; it can just specify the package name and part, and the appropriate file is chosen automatically (e.g. <code>chrome://communicator/skin/</code>). <a href="/en-US/docs/Mozilla/Tech/XUL/Tutorial/The_Chrome_URL">See here</a> for more information.</dd>
<dd>Is a {{CSSxRef("&lt;string&gt;")}} or a {{CSSxRef("&lt;url&gt;")}} representing the location of the resource to import. The URL may be absolute or relative.</dd>
<dt><em>list-of-media-queries</em></dt>
<dd>Is a comma-separated list of <a href="/en-US/docs/Web/CSS/Media_Queries/Using_media_queries">media queries</a> conditioning the application of the CSS rules defined in the linked URL. If the browser does not support any these queries, it does not load the linked resource.</dd>
<dt><em>supports-query</em></dt>
Expand Down

0 comments on commit 4d0cf63

Please sign in to comment.