File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 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
-
16
1
module . exports = {
17
2
theme : {
18
- // Some useful comment
3
+ extend : { }
19
4
} ,
20
- variants : {
21
- // Some useful comment
22
- } ,
23
- plugins : [
24
- // Some useful comment
25
- ]
5
+ variants : { } ,
6
+ plugins : [ ]
26
7
}
You can’t perform that action at this time.
0 commit comments