Skip to content

Commit

Permalink
Merge pull request #627 from ben-rogerson/feature/add-border-x-y-classes
Browse files Browse the repository at this point in the history
Add `border-x` and `border-y` width and color classes
  • Loading branch information
ben-rogerson authored Feb 16, 2022
2 parents e993070 + b7fae37 commit 5e7e212
Show file tree
Hide file tree
Showing 37 changed files with 3,931 additions and 1,933 deletions.
3 changes: 3 additions & 0 deletions __fixtures__/utilitiesBackgrounds/backgroundColor.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ tw`bg-[url('/img/hero-pattern.svg')]`

tw`bg-red-500/25`
tw`bg-red-500/fromConfig`
tw`bg-red-500/fromConfig/25`
tw`bg-red-500/fromConfig/[.555]`
tw`bg-red-500/fromConfig/[var(--myvar)]`
tw`bg-red-500/[.555]`
tw`bg-red-500/[var(--myvar)]`
tw`bg-[theme('colors.red.500')]`
Expand Down
3 changes: 3 additions & 0 deletions __fixtures__/utilitiesBackgrounds/gradientColorStops.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,9 @@ tw`from-[var(--color)] via-[var(--color)] to-[var(--color)]`
tw`from-red-500`
tw`from-red-500/25`
tw`from-red-500/fromConfig`
tw`from-red-500/fromConfig/25`
tw`from-red-500/fromConfig/[.555]`
tw`from-red-500/fromConfig/[var(--myvar)]`
tw`from-red-500/[.555]`
tw`from-red-500/[var(--myvar)]`
tw`from-[theme('colors.red.500')]`
Expand Down
Loading

0 comments on commit 5e7e212

Please sign in to comment.