Skip to content

Commit

Permalink
Support .(sass|scss).erb (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel authored and gauravtiwari committed Sep 18, 2019
1 parent e56815c commit dcd9cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/rules/sass.js
@@ -1,6 +1,6 @@
const getStyleRule = require('../utils/get_style_rule')

module.exports = getStyleRule(/\.(scss|sass)$/i, false, [
module.exports = getStyleRule(/\.(scss|sass)(\.erb)?$/i, false, [
{
loader: 'sass-loader',
options: { sourceMap: true }
Expand Down

0 comments on commit dcd9cd1

Please sign in to comment.