Skip to content

Commit

Permalink
fix import order for reset
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Nov 13, 2024
1 parent 8f5af4d commit b62b21a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-ui-boilerplate",
"description": "UI boilerplate for websites/webapps using vanilla HTML/CSS/JavaScript, powered by Storybook, bundled by Parcel.",
"author": "basher",
"version": "4.0.0",
"version": "4.0.1",
"license": "ISC",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions ui/src/css/global/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import 'typography.css';
@import 'icon.css';
/* Import 'reset' first. */
@import 'reset.css';
@import 'icon.css';
@import 'typography.css';

0 comments on commit b62b21a

Please sign in to comment.