AleksanderObuchowski commited on
Commit
83ee865
·
1 Parent(s): 827900c

Fix PostCSS config to use CommonJS syntax

Browse files
Files changed (1) hide show
  1. frontend/postcss.config.js +1 -1
frontend/postcss.config.js CHANGED
@@ -1,4 +1,4 @@
1
- export default {
2
  plugins: {
3
  tailwindcss: {},
4
  autoprefixer: {},
 
1
+ module.exports = {
2
  plugins: {
3
  tailwindcss: {},
4
  autoprefixer: {},