Skip to content

Commit d855208

Browse files
committed
docs: update
1 parent e6caaa3 commit d855208

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/content/configuration/module.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -415,20 +415,14 @@ This option enables or disables the handling of URLs in functions such as `url()
415415
};
416416
```
417417

418-
```css
419-
/* reset-styles.css */
420-
body {
421-
margin: 0;
422-
padding: 0;
423-
}
424-
```
425-
426418
```css
427419
/* styles.css */
428-
@import './reset-styles.css';
420+
.background {
421+
background-image: url('./images/bg.jpg');
422+
}
429423

430-
body {
431-
background-color: red;
424+
.icon {
425+
content: image('./icons/star.svg');
432426
}
433427
```
434428

0 commit comments

Comments
 (0)