open-webuites / postcss.config.js
github-actions[bot]
GitHub deploy: 74c8690cd1514d004e70a8f8cbd168b4b930a6c2
930676c
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};