first commit
This commit is contained in:
@ -1,10 +1,14 @@
|
||||
import './bootstrap.js';
|
||||
/*
|
||||
* Welcome to your app's main JavaScript file!
|
||||
*
|
||||
* This file will be included onto the page via the importmap() Twig function,
|
||||
* which should already be in your base.html.twig.
|
||||
*/
|
||||
|
||||
// jQuery
|
||||
import $ from 'jquery';
|
||||
window.$ = $;
|
||||
|
||||
// Bootstrap
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
|
||||
// Local CSS
|
||||
import './styles/bootswatch.min.css'
|
||||
import './styles/app.css';
|
||||
|
||||
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');
|
||||
|
@ -1,3 +1,5 @@
|
||||
body {
|
||||
background-color: skyblue;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
width:40px;
|
||||
margin-right:10px;
|
||||
}
|
12
assets/styles/bootswatch.min.css
vendored
Normal file
12
assets/styles/bootswatch.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user