Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit f97f7bb

Browse files
committed
Update README
1 parent b2a1848 commit f97f7bb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ These are all things we're actively working on, but aren't ready yet in this cur
1818

1919
- Custom CSS is not processed, can't use `@apply`, `@layer`, `@screen`, etc.
2020
- User plugins are not supported
21-
- Can't use complex media queries
21+
- Can't use complex media queries (only basic min-width is supported)
2222
- Container is very naive, doesn't support complex options Tailwind normally supports
2323
- No prefix support
2424
- No !important support
2525
- No custom separator support
2626

2727
---
2828

29-
#### **To Dos:**
29+
#### To Dos
3030

3131
- [x] Get our data structure rendering to CSS, perhaps rework data structure if needed
3232
- [x] Solve for a candidate that has multiple rules with different order numbers
@@ -97,9 +97,6 @@ These are all things we're actively working on, but aren't ready yet in this cur
9797
- [ ] Refactor plugins to an abstraction that handles negative values, transformThemeValue, etc.
9898
- [ ] Factor the code in a responsible way
9999
- [ ] Put plugins in deliberate order
100-
101-
===
102-
103100
- [ ] Include vendor prefixes for modern browsers by default so autoprefixer is only needed in production?
104101
- [ ] Cache Preflight styles? They only change when the config changes (default font family, border color, etc.)
105102
- [ ] Collapse media queries

0 commit comments

Comments
 (0)