This repository was archived by the owner on Apr 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 80
80
- [x] Collapse media queries
81
81
- [x] Rebuild when config dependencies change
82
82
83
+ ### Mar 4
84
+
85
+ - [x] Factor the code in a responsible way
86
+ - [x] Add support for custom CSS that supports variants (anything in @layer ?)
87
+ - [x] Support "dynamic" components
88
+ - [x] Support "unconditional" rules — styles that should be included in the CSS no matter what
89
+ - [x] Unify components/utilities into single "rules" concept, remove tons of duplication
90
+
83
91
#### Next
84
92
93
+ - [ ] Unify base styles into the same "rules" abstraction
85
94
- [ ] Make prefixes work
86
95
- [ ] Make important work
87
96
- [ ] Make separator work
88
97
- [ ] Support @apply with custom CSS
89
- - [ ] Add support for custom CSS that supports variants (anything in @layer ?)
90
98
- [ ] Support purge safelist (just add entries to candidate list, regexes will be harder though)
91
99
- [ ] Only use ` transformThemeValue ` where necessary
92
- - [ ] Support "dynamic" components
93
100
- [ ] Support "dynamic" variants (like group-2, etc.)
94
101
- [ ] Refactor plugins to an abstraction that handles negative values, transformThemeValue, etc.
95
- - [ ] Factor the code in a responsible way
96
102
- [ ] Put plugins in deliberate order
97
103
- [ ] Include vendor prefixes for modern browsers by default so autoprefixer is only needed in production?
98
104
- [ ] Cache Preflight styles? They only change when the config changes (default font family, border color, etc.)
You can’t perform that action at this time.
0 commit comments