mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54:46 +02:00
Fix postcss plugin order
This commit is contained in:
parent
80b0816718
commit
aea6944f16
@ -56,8 +56,8 @@ module.exports = {
|
|||||||
ident: 'postcss',
|
ident: 'postcss',
|
||||||
plugins: [
|
plugins: [
|
||||||
require('postcss-import'),
|
require('postcss-import'),
|
||||||
require('postcss-preset-env')({stage: 0}),
|
|
||||||
require('tailwindcss')('./tailwind.js'),
|
require('tailwindcss')('./tailwind.js'),
|
||||||
|
require('postcss-preset-env')({stage: 0}),
|
||||||
require('autoprefixer'),
|
require('autoprefixer'),
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user