Skip to content

Commit

Permalink
fix: remove scss extension on export
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Nov 2, 2024
1 parent 2ff6c5a commit efcce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"import": "./dist/index.js",
"svelte": "./dist/index.js"
},
"./style-system/*.scss": "./dist/stylesheets/system/*.scss",
"./style-system/*": "./dist/stylesheets/system/*.scss",
"./globals.scss": "./dist/stylesheets/globals.scss"
},
"sideEffects": [
Expand Down

0 comments on commit efcce9b

Please sign in to comment.