forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blocklist.json
103 lines (103 loc) · 1.75 KB
/
blocklist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
"tw-absolute",
"tw-relative",
"tw-sticky",
"tw-right-[10px]",
"tw-top-0",
"tw-top-[10px]",
"tw-z-10",
"tw-z-20",
"tw-float-right",
"tw-float-left",
"tw-mb-4",
"tw-mb-[10px]",
"tw-mb-base",
"tw-mb-l",
"tw-mb-m",
"tw-ml-0",
"tw-ml-[10px]",
"tw-ml-base",
"tw-ml-m",
"tw-ml-sm",
"tw-mr-[5px]",
"tw-mr-m",
"tw-mr-sm",
"tw-mr-xs",
"tw-mt-[20px]",
"tw-mt-[3px]",
"tw-mt-base",
"tw-block",
"tw-inline",
"tw-flex",
"tw-hidden",
"tw-h-[250px]",
"tw-h-[40px]",
"tw-h-full",
"tw-max-h-[150px]",
"tw-max-h-[200px]",
"tw-max-h-[500px]",
"tw-max-h-[80vh]",
"tw-w-[100px]",
"tw-w-[200px]",
"tw-w-full",
"tw-min-w-[250px]",
"tw-max-w-prose",
"tw-flex-1",
"tw-flex-grow",
"tw-cursor-grab",
"tw-flex-col",
"tw-items-center",
"tw-justify-start",
"tw-justify-between",
"tw-gap-2",
"tw-gap-base",
"tw-gap-x-[10px]",
"tw-overflow-hidden",
"tw-overflow-y-scroll",
"tw-rounded",
"tw-rounded-full",
"tw-border-b",
"tw-border-t",
"tw-border-[var(--main-border-color)]",
"tw-bg-[#b0b0b0]",
"tw-bg-blue-500",
"tw-bg-gray-300",
"tw-bg-gray-900",
"tw-bg-primary",
"tw-bg-red-500",
"tw-bg-yellow-500",
"tw-p-[10px]",
"tw-p-m",
"tw-p-none",
"tw-px-2.5",
"tw-px-4",
"tw-px-[15px]",
"tw-px-base",
"tw-px-m",
"tw-py-0",
"tw-py-0.5",
"tw-py-[5px]",
"tw-pb-[30px]",
"tw-pb-l",
"tw-pb-m",
"tw-pb-sm",
"tw-pl-[9px]",
"tw-pt-[7px]",
"tw-pt-base",
"tw-pt-l",
"tw-pt-xs",
"tw-text-left",
"tw-text-center",
"tw-text-right",
"tw-text-2xl",
"tw-text-[14px]",
"tw-text-l",
"tw-text-sm",
"tw-uppercase",
"tw-leading-[25px]",
"tw-leading-[50px]",
"tw-text-green-500",
"tw-text-primary",
"tw-text-red-500",
"tw-mix-blend-difference"
]