|
I want to define background images in a central stylesheet. How can I update the file paths in the CSS on build, so that the match the suffixed file names in the bundles How would I provide a CSS style using a static image (for background) without separately defining it on each affected page? |
Answered by
Fil
Sep 23, 2025
Replies: 1 comment 1 reply
|
An idea would be to reference the image as an exported file. |
1 reply
Answer selected by
1O
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An idea would be to reference the image as an exported file.