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
description: Create a bug report for @tailwindcss/container-queries.
3
+
labels: []
4
+
body:
5
+
- type: input
6
+
attributes:
7
+
label: What version of @tailwindcss/container-queries are you using?
8
+
description: 'For example: v0.2.0'
9
+
validations:
10
+
required: true
11
+
- type: input
12
+
attributes:
13
+
label: What version of Node.js are you using?
14
+
description: 'For example: v12.0.0'
15
+
validations:
16
+
required: true
17
+
- type: input
18
+
attributes:
19
+
label: What browser are you using?
20
+
description: 'For example: Chrome, Safari, or N/A'
21
+
validations:
22
+
required: true
23
+
- type: input
24
+
attributes:
25
+
label: What operating system are you using?
26
+
description: 'For example: macOS, Windows'
27
+
validations:
28
+
required: true
29
+
- type: input
30
+
attributes:
31
+
label: Reproduction repository
32
+
description: A public GitHub repo that includes a minimal reproduction of the bug. Unfortunately we can't provide support without a reproduction, and your issue will be closed and locked with no comment if this is not provided.
33
+
validations:
34
+
required: true
35
+
- type: textarea
36
+
attributes:
37
+
label: Describe your issue
38
+
description: Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead
0 commit comments