Skip to content

Commit

Permalink
fix: cache importer should be loaded last
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 7, 2022
1 parent dbca6c3 commit c78403a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sass-build-recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const config = {
minify: false,
functions: [],
importers: [
sassCacheImporter(),
sassPackageImporter({ cwd: cwd })
sassPackageImporter({ cwd: cwd }),
sassCacheImporter()
]
},
postcss: [
Expand Down

0 comments on commit c78403a

Please sign in to comment.