mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2025-02-12 23:03:37 +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: {},
|
|
},
|
|
};
|