-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.todo
107 lines (54 loc) · 2.49 KB
/
.todo
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
104
105
106
107
1. Introduction:
✔ Introduction to UnoCSS @done(24-08-01 15:17)
✔ Config file @done(24-08-01 15:17)
2. Rules:
✔ Introduction to rules @done(24-08-01 16:27)
✔ Static rules @done(24-08-01 16:27)
✔ Dynamic rules using regex @done(24-08-01 16:27)
✔ Rules with yield @done(24-08-06 20:36)
✔ Symbols @done(24-08-06 20:36)
3. Shortcuts:
✔ Introduction to shortcuts @done(24-08-08 16:49)
✔ Static shortcuts @done(24-08-08 16:49)
✔ Dynamic shortcuts using regex @done(24-08-08 16:49)
✔ Dynamic shortcuts with arbitrary colors @done(24-08-08 16:51)
✔ Dynamic shortcuts with using theme @done(24-08-08 16:51)
✔ Dynamic shortcuts with using theme with CSS variables @done(24-08-08 16:51)
4. Theme:
✔ Introduction to theme @done(24-08-15 17:36)
✔ Theme colors @done(24-08-15 17:36)
✔ Theme breakpoints @done(24-08-22 16:47)
✔ Theme animations @done(24-08-22 16:47)
✔ Theme spacing @done(24-09-09 15:20)
5. Presets:
✔ Introduction to presets @done(24-08-26 17:10)
✔ Creating a new preset @done(24-08-26 17:10)
6. Variants:
✔ Introduction to variants @done(24-08-28 17:41)
✔ Creating a new variant @done(24-08-28 17:41)
7. Safelist:
✔ Introduction to safelist @done(24-08-29 17:04)
✔ Dynamic classes with safelist @done(24-08-29 17:04)
✔ Dynamic classes without safelist @done(24-08-29 17:04)
8. Blocklist:
✔ Introduction to blocklist @done(24-08-30 17:10)
✘ Design system using blocklist @cancelled(24-08-30 17:11) - wasn't great here since you would ideally want the rules to be allowed instead of the rules to be blocked
9. presetIcons:
✔ Introduction to presetIcons @done(24-09-10 16:00)
✔ Dynamic icons using safelist @done(24-09-10 16:00)
✔ Dynamic icons without safelist @done(24-09-11 17:36)
✔ Icons - ?mask and ?bg @done(24-09-11 17:36)
10. presetWebFonts:
✔ Introduction to presetWebFonts @done(24-09-11 17:36)
✔ Using presetWebFonts @done(24-09-11 17:36)
11. transformerVariantGroup:
✔ Introduction to transformerVariantGroup @done(24-09-11 17:36)
✔ Using transformerVariantGroup @done(24-09-11 17:36)
12. transformerDirectives:
✔ Introduction to transformerDirectives @done(24-09-12 16:52)
✔ @apply and --at-apply: @done(24-09-12 16:52)
✔ @screen @done(24-09-12 16:52)
✔ theme() @done(24-09-12 16:52)
13. Tips and tricks:
✔ Introduction to tips and tricks @done(24-09-19 17:48)
✔ ? to find utilities @done(24-09-19 17:48)