mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 18:29:52 +01:00
8 lines
204 B
JavaScript
8 lines
204 B
JavaScript
// If you want to use other PostCSS plugins, see the following:
|
|
// https://tailwindcss.com/docs/using-with-preprocessors
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|