fix(build): Correct syntax error in tailwind.config.js
- Fixed malformed object structure where 'plugins' array was orphaned outside the export - This resolves the 'Unexpected token' build error - Re-enables the new Stone/Lime design system
This commit is contained in:
parent
1874b70e52
commit
ff56a592bc
1 changed files with 1 additions and 2 deletions
|
|
@ -208,6 +208,5 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
plugins: [],
|
||||||
plugins: [],
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue