Skip to content

Commit

Permalink
Add transform-gpu and transform-none
Browse files Browse the repository at this point in the history
  • Loading branch information
soilSpoon committed Nov 21, 2020
1 parent 4ad5d65 commit 97f7473
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 185 deletions.
4 changes: 2 additions & 2 deletions __fixtures__/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import tw from './macro'

// https://tailwindcss.com/docs/transform
tw`transform`
// tw`transform-gpu`
// tw`transform-none`
tw`transform-gpu`
tw`transform-none`

// https://tailwindcss.com/docs/transform-origin
tw`origin-center`
Expand Down
Loading

0 comments on commit 97f7473

Please sign in to comment.