Files
AdventureLog/frontend/postcss.config.js
copilot-swe-agent[bot] 84b003ad9b Fix Toggle All-Day clearing form bug
Co-authored-by: seanmorley15 <98704938+seanmorley15@users.noreply.github.com>
2025-09-18 12:06:11 +00:00

7 lines
73 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};