Skip to content

Commit

Permalink
Fix for media queries (#742)
Browse files Browse the repository at this point in the history
itomizu authored Apr 11, 2023
1 parent 93dcca7 commit 5d0acab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
@@ -44,7 +44,14 @@ module.exports = {
},
"css-loader",
"postcss-loader",
"sass-loader"
{
loader: "sass-loader",
options: {
sassOptions: {
outputStyle: "expanded",
},
},
}
]
}
]

0 comments on commit 5d0acab

Please sign in to comment.