Skip to content

Commit

Permalink
Remove reference to babel plugin from treat migration guide (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Apr 9, 2024
1 parent a623c1c commit fae3c9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/treat-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ We've made sure that both treat and vanilla-extract can run simultaneously in th

The file extension has changed from `*.treat.ts` to `*.css.ts`.

## Babel plugin is required

The Babel plugin was optional in treat, but it's required in vanilla-extract.

## `.css.ts` files can import other `.css.ts` files

This wasn't possible in treat with `*.treat.ts` files. If you've had to work around this limitation in the past, you don't need to worry anymore!
Expand Down

0 comments on commit fae3c9c

Please sign in to comment.