Skip to content

Commit

Permalink
fix: Revert stylus config
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jun 28, 2021
1 parent 70fc2d1 commit e8dc793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/webpack/config/stylus.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ module.exports = (options = {}) => {
enforce: 'pre',
loader: 'stylus-loader',
options: {
stylusOptions: {
paths: include
}
paths: include
}
};

Expand Down

0 comments on commit e8dc793

Please sign in to comment.