Skip to content

Commit

Permalink
Add text-decoration-{color/style/thickness/offset}
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Mar 30, 2022
1 parent 1c6a0b6 commit 807f4ee
Show file tree
Hide file tree
Showing 24 changed files with 1,552 additions and 798 deletions.
6 changes: 4 additions & 2 deletions __fixtures__/utilitiesLayout/boxDecorationBreak.js
@@ -1,5 +1,7 @@
import tw from './macro'

// https://tailwindcss.com/docs/box-decoration-break
// tw`box-decoration-clone`
// tw`box-decoration-slice`
tw`decoration-clone`
tw`decoration-slice`
tw`box-decoration-clone`
tw`box-decoration-slice`

0 comments on commit 807f4ee

Please sign in to comment.