2
0
mirror of https://github.com/movie-web/movie-web.git synced 2025-01-15 08:49:07 +01:00
movie-web/postcss.config.js
2022-12-13 22:19:07 +00:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}