|
@@ -5,9 +5,10 @@ import './bootstrap.js';
|
|
|
* This file will be included onto the page via the importmap() Twig function,
|
|
* This file will be included onto the page via the importmap() Twig function,
|
|
|
* which should already be in your base.html.twig.
|
|
* which should already be in your base.html.twig.
|
|
|
*/
|
|
*/
|
|
|
-import './styles/app.css';
|
|
|
|
|
|
|
+
|
|
|
import './vendor/bulma/css/bulma.min.css';
|
|
import './vendor/bulma/css/bulma.min.css';
|
|
|
import './styles/datatables.min.css';
|
|
import './styles/datatables.min.css';
|
|
|
|
|
+import './styles/app.css';
|
|
|
|
|
|
|
|
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');
|
|
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');
|
|
|
|
|
|