Skip to content

Commit

Permalink
Revert "Update scss.js"
Browse files Browse the repository at this point in the history
This reverts commit 40e9f15.
  • Loading branch information
vHeemstra committed Nov 5, 2022
1 parent 40e9f15 commit 36009ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const { rules } = require('./index');
module.exports = {
rules: Object.entries(rules).reduce(
(rules, k, v) => Object.assign(rules, { [`scss/${k}`]: v }),
{}
{ ...rules }
),
};

0 comments on commit 36009ed

Please sign in to comment.