Skip to content

Commit

Permalink
Fix bpk-stylesheets :global transpilation (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis authored Nov 20, 2023
1 parent 214a903 commit d9d4856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bpk-stylesheets/base.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/bpk-stylesheets/webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ module.exports = {
loader: 'css-loader',
options: {
importLoaders: 1,
modules: 'global',
},
},
{
Expand All @@ -98,6 +99,7 @@ module.exports = {
loader: 'css-loader',
options: {
importLoaders: 1,
modules: 'global',
},
},
{
Expand Down

0 comments on commit d9d4856

Please sign in to comment.