Skip to content

Commit

Permalink
Feat/rotterdam design system (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Rico Robinson <[email protected]>
  • Loading branch information
Robbert and Rico Robinson authored Dec 11, 2024
1 parent 127ff34 commit a480247
Show file tree
Hide file tree
Showing 4 changed files with 23,079 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ tmp/
/**/node_modules/
!/javascriptsource/**/node_modules/
/nativemobile/builds/
/theme-cache/
/vendorlib/temp/
.DS_Store
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"scripts": {
"clean": "rimraf themes/web/",
"build": "npm-run-all 'build:**'",
"build": "npm-run-all build:**",
"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 a480247

Please sign in to comment.