Import CSS in JS

This commit is contained in:
Ralph J. Smit
2022-07-20 15:40:40 +02:00
parent 0cd7c7e4f6
commit 59d60a5b03
3 changed files with 3 additions and 2 deletions

2
vite.config.js vendored
View File

@@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue2';
export default defineConfig({
plugins: [
laravel([
'resources/sass/app.scss',
/** CSS is dynamically imported in the app.js file. */
'resources/js/app.js',
]),
vue({