Skip to content

Commit 7ef7a14

Browse files
committed
Dummy change to make insider builds happy
1 parent 0894508 commit 7ef7a14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tailwind.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
module.exports = {
22
content: ['./index.html', './kitchen-sink.html'],
33
theme: {
4-
extend: {},
4+
extend: {
5+
//
6+
},
57
},
68
plugins: [require('./src')],
79
}

0 commit comments

Comments
 (0)