Rainnny7
4ea7794fdc
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 29s
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
/** @type {import("postcss-load-config").Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|