Skip to content

Commit

Permalink
Merge pull request #70 from shopperlabs/fix-products-associations
Browse files Browse the repository at this point in the history
Fix products associations
  • Loading branch information
mckenziearts authored Oct 9, 2021
2 parents 1aa1106 + b58a2f5 commit 55861cc
Show file tree
Hide file tree
Showing 20 changed files with 4,027 additions and 164 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"php": "^8",
"ext-intl": "*",
"ext-json": "*",
"asantibanez/laravel-blade-sortable": "^1.3",
"askedio/laravel-soft-cascade": "^8.1",
"bacon/bacon-qr-code": "^2.0",
"blade-ui-kit/blade-heroicons": "^1.2",
Expand Down
63 changes: 62 additions & 1 deletion composer.lock

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lodash": "^4.17.13",
"popper.js": "^1.16.0",
"postcss": "^8.3.5",
"sortablejs": "^1.14.0",
"tailwindcss": "^2.2.4"
},
"devDependencies": {
Expand Down
13 changes: 0 additions & 13 deletions public/css/shopper.css
Original file line number Diff line number Diff line change
Expand Up @@ -3442,14 +3442,6 @@ select{
--tw-bg-opacity: 1;
background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}
.bg-green-500{
--tw-bg-opacity: 1;
background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-blue-500{
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-opacity-75{
--tw-bg-opacity: 0.75;
}
Expand Down Expand Up @@ -5556,11 +5548,6 @@ select{
}


.md\:p-6{
padding: 1.5rem;
}


.md\:py-4{
padding-top: 1rem;
padding-bottom: 1rem;
Expand Down
Loading

0 comments on commit 55861cc

Please sign in to comment.