Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo committed Feb 9, 2024
2 parents 8e1948d + 49a0e71 commit a498369
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 3,465 deletions.
Binary file added app/assets/fonts/InterVariable-Italic.woff2
Binary file not shown.
Binary file added app/assets/fonts/InterVariable.woff2
Binary file not shown.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/polaris_v12_overrides/modal.pcss

This file was deleted.

3,678 changes: 217 additions & 3,461 deletions app/assets/stylesheets/polaris_view_components.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/stylesheets/polaris_view_components.pcss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "./polaris_view_components/fonts.pcss";
@import "@shopify/polaris/build/esm/styles.css";
@import "./polaris_view_components/shopify_navigation.pcss";
@import "./polaris_view_components/spacer_component.pcss";
Expand All @@ -10,4 +11,3 @@
@import "./polaris_v12_overrides/option_list.pcss";
@import "./polaris_v12_overrides/banner.pcss";
@import "./polaris_v12_overrides/card.pcss";
@import "./polaris_v12_overrides/modal.pcss";
14 changes: 14 additions & 0 deletions app/assets/stylesheets/polaris_view_components/fonts.pcss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/assets/InterVariable.woff2') format('woff2');
}
@font-face {
font-family: Inter;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('/assets/InterVariable-Italic.woff2') format('woff2');
}

0 comments on commit a498369

Please sign in to comment.