mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
'postcss-import': {},
|
||
|
'tailwindcss/nesting': {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
};
|