1
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-03-15 18:51:36 +00:00
panel/postcss.config.js

8 lines
143 B
JavaScript
Raw Normal View History

2025-01-06 17:04:33 +02:00
export default {
plugins: {
'tailwindcss/nesting': 'postcss-nesting',
tailwindcss: {},
autoprefixer: {},
},
};