Skip to content

Commit

Permalink
refactor: do not include Rotterdam theme twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Dec 11, 2024
1 parent 127ff34 commit 4515f59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 475 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:design-tokens": "cp -R node_modules/@gemeente-rotterdam/design-tokens/dist/theme.css theme/web/theme.css",
"build:font-assets": "cp -R node_modules/@gemeente-rotterdam/font/src/*.woff node_modules/@gemeente-rotterdam/font/src/*.woff2 theme/web/",
"build:font-css": "cp -R node_modules/@gemeente-rotterdam/font/src/index.scss theme/web/font.css",
"build:mendix-css": "cp -R node_modules/@gemeente-rotterdam/mendix-css/dist/mendix-nl-design-system-rotterdam-theme.css theme/web/mendix-nl-design-system-rotterdam-theme.css",
"build:mendix-css": "cp -R node_modules/@gemeente-rotterdam/mendix-css/dist/mendix-nl-design-system-theme.css theme/web/mendix-nl-design-system-theme.css",
"lint-build": "sass theme/web/:tmp/"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion theme/web/main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "rotterdam-mendix-variables";
@import "custom-variables";
@import "./theme.css";
@import "mendix-nl-design-system-rotterdam-theme";
@import "mendix-nl-design-system-theme";
@import "font";
Loading

0 comments on commit 4515f59

Please sign in to comment.