We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6caaa3 commit d855208Copy full SHA for d855208
src/content/configuration/module.mdx
@@ -415,20 +415,14 @@ This option enables or disables the handling of URLs in functions such as `url()
415
};
416
```
417
418
- ```css
419
- /* reset-styles.css */
420
- body {
421
- margin: 0;
422
- padding: 0;
423
- }
424
- ```
425
-
426
```css
427
/* styles.css */
428
- @import './reset-styles.css';
+ .background {
+ background-image: url('./images/bg.jpg');
+ }
429
430
431
- background-color: red;
+ .icon {
+ content: image('./icons/star.svg');
432
}
433
434
0 commit comments