Skip to content

Commit 280799a

Browse files
authored
fix: switch to ES module export in tailwind config (#4999)
### Summary - changed module.exports to export default in tailwind.config.js
1 parent f3f5d8c commit 280799a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import formsPlugin from '@tailwindcss/forms';
22

3-
module.exports = {
3+
export default {
44
content: ['./index.html', './src/**/*.{js,ts,vue}'],
55
theme: {
66
extend: {

0 commit comments

Comments
 (0)