Skip to content

Commit

Permalink
feat: use vite to inline svg assets instead of asking consumers to se…
Browse files Browse the repository at this point in the history
…rve them
  • Loading branch information
tillywoodfield committed Nov 7, 2024
1 parent c89a6d3 commit f98b60e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.iati-brand-background {
$var-background-image: --background-image;
#{$var-background-image}: url("/images/marque-white.svg");
#{$var-background-image}: url("/src/assets/svg/marque-white.svg");

background-color: $color-teal-90;
display: grid;
Expand Down
27 changes: 0 additions & 27 deletions src/scss/components/brand-background/brand-background.mdx

This file was deleted.

59 changes: 0 additions & 59 deletions static/images/marque-white.svg

This file was deleted.

0 comments on commit f98b60e

Please sign in to comment.