Skip to content

Commit

Permalink
Merge branch 'staging' into upgrade-percent
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 authored Feb 5, 2025
2 parents 129504e + 2117636 commit 6ab4c3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use 'src/containers/shared/css/variables' as *;
@use '../../../shared/css/variables.scss' as *;

.balance-selector {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../css/variables';
@use '../../css/variables' as *;

.search-results-menu {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/containers/shared/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $XRP_XRP: #0a93eb;
$XRP_CAD: #ca3103;
$XRP_OTHERS: #f52a79;

// Font wights
// Font weights
@mixin regular {
font-weight: 400;
}
Expand Down
6 changes: 6 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,11 @@ export default defineConfig({
autoprefixer({}), // add options if needed
],
},
preprocessorOptions: {
scss: {
api: 'modern-compiler',
silenceDeprecations: ['mixed-decls'],
},
},
},
})

0 comments on commit 6ab4c3e

Please sign in to comment.