Skip to content

Commit

Permalink
fix to package
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkevingreen committed Aug 16, 2023
1 parent 31d4bdb commit 995899f
Show file tree
Hide file tree
Showing 4 changed files with 10,225 additions and 10,389 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
Expand All @@ -35,6 +36,7 @@ html {
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
font-variation-settings: normal; /* 6 */
}

/*
Expand Down Expand Up @@ -166,6 +168,8 @@ optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-feature-settings: inherit; /* 1 */
font-variation-settings: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
Expand Down Expand Up @@ -303,6 +307,13 @@ menu {
padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@sanity/client": "^5.2.2",
"@shopify/cli": "^3.48.1",
"@shopify/cli-hydrogen": "^5.1.2",
"@shopify/hydrogen": "^2023.7.1",
"@shopify/hydrogen": "^2023.7.2",
"@shopify/remix-oxygen": "^1.1.2",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
Expand Down
Loading

0 comments on commit 995899f

Please sign in to comment.