mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44: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',
|
||||
options: {
|
||||
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: components;
|
||||
@tailwind: utilities;
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
|
Loading…
Reference in New Issue
Block a user