Skip to content

Commit

Permalink
Fix UIkit background images
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 19, 2024
1 parent c0a4101 commit c30d79c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/less/components/images.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

@internal-divider-icon-image: "uikit/src/images/backgrounds/divider-icon.svg";
3 changes: 3 additions & 0 deletions src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
@import 'components/section.less';
@import 'components/utility.less';

// Fix UIkit background images
@import 'components/images.less';

// Import custom fonts
@import '@fontsource/montserrat';
@import '@fontsource/montserrat/700.css';
Expand Down

0 comments on commit c30d79c

Please sign in to comment.