Skip to content

Commit

Permalink
Moved styles to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Feb 2, 2025
1 parent 733e81c commit 9bad9d8
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"exports": {
".": {
"default": "./dist/index.css"
"default": "./dist/core/index.css"
},
"./themes/*": {
"default": "./dist/themes/*.css"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/skeleton/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
cssCodeSplit: true,
lib: {
entry: {
['index']: 'src/index.css',
['core/index']: 'src/core/index.css',
...(await fg.glob('./src/themes/**/*.{css,scss}')).reduce(
(entries, input) => {
Object.assign(entries, {
Expand Down

0 comments on commit 9bad9d8

Please sign in to comment.