mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 17:04:53 +03:00
alpinejs and tailwind should be working now
This commit is contained in:
parent
f04ad2e659
commit
de7c2995fd
|
@ -41,7 +41,7 @@ module.exports = {
|
||||||
loader: 'postcss-loader',
|
loader: 'postcss-loader',
|
||||||
options: {
|
options: {
|
||||||
postcssOptions: {
|
postcssOptions: {
|
||||||
plugins: ['postcss-preset-env', 'autoprefixer', 'pixrem'],
|
plugins: ['postcss-preset-env', 'tailwindcss', 'autoprefixer', 'pixrem'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
import Alpine from 'alpinejs';
|
import 'htmx.org';
|
||||||
import 'htmx.org';
|
import Alpine from 'alpinejs'
|
||||||
|
window.Alpine = Alpine
|
||||||
|
Alpine.start()
|
|
@ -1,3 +1,3 @@
|
||||||
@tailwind: base;
|
@tailwind base;
|
||||||
@tailwind: components;
|
@tailwind components;
|
||||||
@tailwind: utilities;
|
@tailwind utilities;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user