fix conflicts
This commit is contained in:
3
resources/js/app.js
vendored
3
resources/js/app.js
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* First we will load all of this project's JavaScript dependencies which
|
||||
* includes Vue and other libraries. It is a great starting point when
|
||||
@@ -29,5 +28,5 @@ Vue.component('example-component', require('./components/ExampleComponent.vue').
|
||||
*/
|
||||
|
||||
const app = new Vue({
|
||||
el: '#app'
|
||||
el: '#app',
|
||||
});
|
||||
|
||||
1
resources/js/bootstrap.js
vendored
1
resources/js/bootstrap.js
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
window._ = require('lodash');
|
||||
|
||||
/**
|
||||
|
||||
5
resources/sass/_variables.scss
vendored
5
resources/sass/_variables.scss
vendored
@@ -1,9 +1,8 @@
|
||||
|
||||
// Body
|
||||
$body-bg: #f8fafc;
|
||||
|
||||
// Typography
|
||||
$font-family-sans-serif: "Nunito", sans-serif;
|
||||
$font-family-sans-serif: 'Nunito', sans-serif;
|
||||
$font-size-base: 0.9rem;
|
||||
$line-height-base: 1.6;
|
||||
|
||||
@@ -11,7 +10,7 @@ $line-height-base: 1.6;
|
||||
$blue: #3490dc;
|
||||
$indigo: #6574cd;
|
||||
$purple: #9561e2;
|
||||
$pink: #f66D9b;
|
||||
$pink: #f66d9b;
|
||||
$red: #e3342f;
|
||||
$orange: #f6993f;
|
||||
$yellow: #ffed4a;
|
||||
|
||||
1
resources/sass/app.scss
vendored
1
resources/sass/app.scss
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
// Fonts
|
||||
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user