alpinejs and tailwind should be working now

This commit is contained in:
tsb 2023-06-24 16:47:15 -04:00
parent f04ad2e659
commit de7c2995fd
3 changed files with 8 additions and 6 deletions

View File

@ -41,7 +41,7 @@ module.exports = {
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: ['postcss-preset-env', 'autoprefixer', 'pixrem'],
plugins: ['postcss-preset-env', 'tailwindcss', 'autoprefixer', 'pixrem'],
},
},
},

View File

@ -1,2 +1,4 @@
import Alpine from 'alpinejs';
import 'htmx.org';
import 'htmx.org';
import Alpine from 'alpinejs'
window.Alpine = Alpine
Alpine.start()

View File

@ -1,3 +1,3 @@
@tailwind: base;
@tailwind: components;
@tailwind: utilities;
@tailwind base;
@tailwind components;
@tailwind utilities;