Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcodes78 committed Jun 9, 2020
1 parent c612262 commit 8e0dcf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 84 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "laravel/laravel",
"name": "rocketslab/laravel-livewire-template",
"type": "project",
"description": "The Laravel Framework.",
"description": "Larvel with Livewire scalfold template",
"keywords": [
"framework",
"laravel"
Expand Down
81 changes: 0 additions & 81 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1151,87 +1151,6 @@ input:focus, input:active, select:focus, select:active, textarea:focus, textarea
box-shadow: 0 0 0 1px #e53e3e;
}

/* Make clicks pass-through */

#nprogress {
pointer-events: none;
}

#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px;
}

/* Fancy blur effect */

#nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1;
transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
}

#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
overflow: hidden;
position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
position: absolute;
}

@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(360deg);
}
}

@keyframes nprogress-spinner {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

.space-y-0 > :not(template) ~ :not(template){
--space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37286,7 +37286,7 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
/*! no static exports found */
/***/ (function(module, exports) {

throw new Error("Module build failed (from ./node_modules/css-loader/index.js):\nModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):\nSassError: Can't find stylesheet to import.\n ╷\n9 │ @import \"nprogress\";\n │ ^^^^^^^^^^^\n ╵\n /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/resources/sass/app.scss 9:9 root stylesheet\n at /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/webpack/lib/NormalModule.js:316:20\n at /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/loader-runner/lib/LoaderRunner.js:367:11\n at /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/loader-runner/lib/LoaderRunner.js:233:18\n at context.callback (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/loader-runner/lib/LoaderRunner.js:111:13)\n at /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass-loader/dist/index.js:73:7\n at Function.call$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:88459:16)\n at _render_closure1.call$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:77851:12)\n at _RootZone.runBinary$3$3 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:26320:18)\n at _RootZone.runBinary$3 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:26324:19)\n at _FutureListener.handleError$1 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24768:19)\n at _Future__propagateToListeners_handleError.call$0 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:25065:40)\n at Object._Future__propagateToListeners (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4311:88)\n at _Future._completeError$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24893:9)\n at _AsyncAwaitCompleter.completeError$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24285:12)\n at Object._asyncRethrow (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4065:17)\n at /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:14183:20\n at _wrapJsFunctionForAsync_closure.$protected (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4090:15)\n at _wrapJsFunctionForAsync_closure.call$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24306:12)\n at _awaitOnObject_closure0.call$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24298:25)\n at _RootZone.runBinary$3$3 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:26320:18)\n at _RootZone.runBinary$3 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:26324:19)\n at _FutureListener.handleError$1 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24768:19)\n at _Future__propagateToListeners_handleError.call$0 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:25065:40)\n at Object._Future__propagateToListeners (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4311:88)\n at _Future._completeError$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24893:9)\n at _AsyncAwaitCompleter.completeError$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24285:12)\n at Object._asyncRethrow (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4065:17)\n at /Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:16818:20\n at _wrapJsFunctionForAsync_closure.$protected (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4090:15)\n at _wrapJsFunctionForAsync_closure.call$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24306:12)\n at _awaitOnObject_closure0.call$2 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24298:25)\n at _RootZone.runBinary$3$3 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:26320:18)\n at _RootZone.runBinary$3 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:26324:19)\n at _FutureListener.handleError$1 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:24768:19)\n at _Future__propagateToListeners_handleError.call$0 (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:25065:40)\n at Object._Future__propagateToListeners (/Volumes/JJDRIVE/jjsquady/code/laravel-livewire-template/node_modules/sass/sass.dart.js:4311:88)");
// removed by extract-text-webpack-plugin

/***/ }),

Expand Down

0 comments on commit 8e0dcf5

Please sign in to comment.