Skip to content

Commit

Permalink
Merge pull request #655 from ben-rogerson/feature/text-decoration-col…
Browse files Browse the repository at this point in the history
…or-style-thickness-offset

Add text-decoration-{color/style/thickness/offset}
  • Loading branch information
ben-rogerson committed Mar 30, 2022
2 parents 1c6a0b6 + 807f4ee commit 11981bb
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 11981bb

Please sign in to comment.