Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Nov 6, 2023
1 parent f6c2f5d commit 796c013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ This is a proof of concept. There are a lot of things that need to be done befor
- [ ] better sourcemaps
- [ ] improve runtime code size and typings
- [ ] maybe remove proxy by compiling `styled.button -> styled("button")`
- [ ] replace the current config apporach with a solution similar to vanilla-extracts `.styles.ts` files
- [ ] better error messages
- [x] replace the current config apporach with a solution similar to vanilla-extracts `.styles.ts` files
- [x] add theme provider (which works for Server Components)
- [x] add support for forwardRef
- [x] add support for attrs
Expand Down
8 changes: 4 additions & 4 deletions packages/next-yak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ This is a proof of concept. There are a lot of things that need to be done befor

- [ ] improve js parsing - right now it not reusing babel..
- [ ] better sourcemaps
- [ ] add theme provider (which works for Server Components)
- [ ] add support for forwardRef
- [ ] add support for attrs
- [ ] improve runtime code size and typings
- [ ] maybe remove proxy by compiling `styled.button -> styled("button")`
- [ ] replace the current config apporach with a solution similar to vanilla-extracts `.styles.ts` files
- [ ] better error messages
- [x] replace the current config apporach with a solution similar to vanilla-extracts `.styles.ts` files
- [x] add theme provider (which works for Server Components)
- [x] add support for forwardRef
- [x] add support for attrs
- [x] config hot module reloading


Expand Down

0 comments on commit 796c013

Please sign in to comment.