diff --git a/client/gatsby-config.js b/client/gatsby-config.js index cae5a4d5..e6cea388 100644 --- a/client/gatsby-config.js +++ b/client/gatsby-config.js @@ -7,6 +7,11 @@ module.exports = { { resolve: 'gatsby-plugin-sass', options: { + sassOptions: { + includePaths: [ + './node_modules/uswds', + ], + }, cssLoaderOptions: { modules: { exportLocalsConvention: 'camelCaseOnly', @@ -15,7 +20,7 @@ module.exports = { }, }, { - resolve: `gatsby-plugin-intl`, + resolve: 'gatsby-plugin-intl', options: { // language JSON resource path path: `${__dirname}/src/intl`, diff --git a/client/src/components/J40Aside.tsx b/client/src/components/J40Aside.tsx index 8f97a2d1..b73b9930 100644 --- a/client/src/components/J40Aside.tsx +++ b/client/src/components/J40Aside.tsx @@ -9,45 +9,38 @@ const J40Aside = () => { return ( <> ); diff --git a/client/src/components/J40Footer.tsx b/client/src/components/J40Footer.tsx index 6210597c..5029375b 100644 --- a/client/src/components/J40Footer.tsx +++ b/client/src/components/J40Footer.tsx @@ -8,6 +8,7 @@ const J40Footer = () => { <>