mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {}
|
|
}
|
|
};
|