Skip to content

Commit 80d130f

Browse files
shoaibkhan-sdechrisdavidmills
authored andcommitted
Docs: Fix @import example URL to be a file (#41959)
Co-authored-by: Chris Mills <[email protected]>
1 parent 23b164f commit 80d130f

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/css/reference/at-rules/@import

1 file changed

+1
-1
lines changed

files/en-us/web/css/reference/at-rules/@import/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `@import` rule can also be used to create a [cascade layer](/en-US/docs/Web/
8282

8383
```css
8484
@import "custom.css";
85-
@import url("chrome://communicator/skin/");
85+
@import url("chrome://communicator/skin/communicator.css");
8686
```
8787

8888
The two examples above show how to specify the _url_ as a `<string>` and as a `url()` function.

0 commit comments

Comments
 (0)