We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0894508 commit 7ef7a14Copy full SHA for 7ef7a14
tailwind.config.js
@@ -1,7 +1,9 @@
1
module.exports = {
2
content: ['./index.html', './kitchen-sink.html'],
3
theme: {
4
- extend: {},
+ extend: {
5
+ //
6
+ },
7
},
8
plugins: [require('./src')],
9
}
0 commit comments