Skip to content

Commit 04127df

Browse files
Update tailwind.config.js to match the 1.0 default
1 parent 9547701 commit 04127df

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed
Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
/*
2-
3-
Tailwind - The Utility-First CSS Framework
4-
5-
A project by Adam Wathan (@adamwathan), Jonathan Reinink (@reinink),
6-
David Hemphill (@davidhemphill) and Steve Schoger (@steveschoger).
7-
8-
Welcome to the Tailwind config file. This is where you can customize
9-
Tailwind specifically for your project. Don't be intimidated by the
10-
length of this file. It's really just a big JavaScript object and
11-
we've done our very best to explain each section.
12-
13-
View the full documentation at https://tailwindcss.com.
14-
*/
15-
161
module.exports = {
172
theme: {
18-
// Some useful comment
3+
extend: {}
194
},
20-
variants: {
21-
// Some useful comment
22-
},
23-
plugins: [
24-
// Some useful comment
25-
]
5+
variants: {},
6+
plugins: []
267
}

0 commit comments

Comments
 (0)