Rainnny7
ac765d0250
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Has been cancelled
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|