OSDN Git Service

transitionを使って多少アニメーションさせた
[ngware/todo_client.git] / postcss.config.js
1 module.exports = {
2   plugins: {
3     tailwindcss: {},
4     autoprefixer: {},
5   }
6 }