clapper / packages /timeline /postcss.config.js
devniel's picture
fix: timeline demo.tsx
45a7a25
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}