mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 07:51:55 +03:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
};
|