Skip to content

Commit

Permalink
feat: use normalize.css to reset css (#66)
Browse files Browse the repository at this point in the history
* build: added normalize.css for css resets

* fix: fixed import path

Co-authored-by: Stijn Taelemans <stijn@digita.ai>
  • Loading branch information
wouteraj and lem-onade authored Apr 29, 2021
1 parent d94d6e6 commit c5a380a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/nde-erfgoed-theme/lib/theme.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
/**
Common styles
* External libraries
*/
@import '../node_modules/normalize.css/normalize.css';

/**
* Common styles
*/
@import './common/colors.css';
@import './common/measures.css';
@import './common/typography.css';

/**
Element styles
* Element styles
*/
@import './elements/buttons.css';
@import './elements/forms.css';
6 changes: 6 additions & 0 deletions packages/nde-erfgoed-theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/nde-erfgoed-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"esbuild": "^0.11.6",
"normalize.css": "8.0.1",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"typescript": "^4.1.3",
Expand Down

0 comments on commit c5a380a

Please sign in to comment.