Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Jan 23, 2024
1 parent 09f66ec commit 562dce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ const Container = styled.div`

| Feature | Code | Yak Constant files |
|------------------|-------------------------------------------------|------------------------------------------------|
| File Extension | `.js`, `.jsx`, `.tsx`, etc. | `.yak.js`, `.yak.jsx`, `.yak.tsx`, etc. |
| Runs at | Compile time (Bundler) | Runtime (Node or Browser) |
| File Extension | `.js`, `.jsx`, `.tsx`, etc. | `.yak.js`, `.yak.jsx`, `.yak.tsx`, etc. |
| Runs at | Runtime (Node or Browser) | Compile time (Bundler) |
| Side effects || 🚫 |
| Yak Features | All (`styled`, `css`, ...) | 🚫 |

Expand Down

0 comments on commit 562dce4

Please sign in to comment.