Skip to content

Commit

Permalink
🐛 CSS-export for /dist did not support /**/-glob
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Dec 13, 2024
1 parent 460c9c3 commit 2ea0876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @navikt/core/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"main": "./dist/index.css",
"exports": {
".": "./dist/index.css",
"./dist/*": "./dist/**/*.css",
"./dist/*": "./dist/*",
"./darkside": "./dist/darkside/index.min.css",
"./tokens.json": "./tokens.json"
}
Expand Down

0 comments on commit 2ea0876

Please sign in to comment.