mirror of
https://github.com/sunrin-ana/2025-SSF-Frontend.git
synced 2026-03-09 18:30:00 +00:00
11 lines
175 B
JavaScript
11 lines
175 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|
|
// const config = {
|
|
// plugins: ["@tailwindcss/postcss"],
|
|
// };
|
|
|
|
// export default config;
|