You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can customize this plugin in the `theme.debugScreens` section of your `tailwind.config.js` file.
48
54
49
-
####Ignore screens
55
+
### Ignore screens
50
56
51
57
To ignore a specific screen (for instance [dark mode](https://tailwindcss.com/docs/dark-mode)), add the screen name to the `ignore` configuration array. `dark` is ignored by default.
52
58
@@ -64,7 +70,7 @@ module.exports = {
64
70
}
65
71
```
66
72
67
-
####Position
73
+
### Position
68
74
69
75
The first item of the position configuration array can be `top` or `bottom`, the second item can be `left` or `right`.
70
76
@@ -82,7 +88,7 @@ module.exports = {
82
88
}
83
89
```
84
90
85
-
####Styles
91
+
### Styles
86
92
87
93
Take a look at the [index.js](index.js) file to see all the default styles.
88
94
@@ -104,7 +110,7 @@ module.exports = {
104
110
}
105
111
```
106
112
107
-
####Prefix
113
+
### Prefix
108
114
109
115
Modify the debug label prefix with the `prefix` configuration option.
110
116
@@ -122,7 +128,7 @@ module.exports = {
122
128
}
123
129
```
124
130
125
-
####Selector
131
+
### Selector
126
132
127
133
Modify the debug element selector with the `selector` configuration option.
0 commit comments