iubewnepo / postcss.config.js
github-actions[bot]
GitHub deploy: 38bf56bd613bcece67b0880a69b18c73a97ec8de
58d6dd9
raw
history blame
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};