Skip to content

Commit

Permalink
maybe fix this import
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 26, 2024
1 parent d9d1371 commit b2fa672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
--tw-content: '' !important;
}

@import "../node_modules/@mbta/rider-design-system/dist/variables.light.css" (prefers-color-scheme: light);
@import "../node_modules/@mbta/rider-design-system/dist/variables.dark.css" (prefers-color-scheme: dark);
@import "node_modules/@mbta/rider-design-system/dist/variables.light.css" (prefers-color-scheme: light);
@import "node_modules/@mbta/rider-design-system/dist/variables.dark.css" (prefers-color-scheme: dark);
@import '../../deps/mbta_metro/priv/static/assets/default.css';

////////////////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions assets/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ module.exports = {
options: {
sassOptions: {
includePaths: [
"node_modules/@mbta/rider-design-system/dist",
"node_modules/bootstrap/scss",
"node_modules/@fortawesome/fontawesome-free/scss"
],
Expand Down

0 comments on commit b2fa672

Please sign in to comment.