Skip to content

Commit

Permalink
feat(tailwind): remove safari variant
Browse files Browse the repository at this point in the history
BREAKING CHANGE: safari selector variant no longer supported
  • Loading branch information
DSil committed Oct 22, 2024
1 parent 0af349f commit 6a0b77f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/orbit-tailwind-preset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ export default function orbitTailwindPreset(options?: Options): Config {
addVariant("type-even", "&:nth-of-type(even)"),
addVariant("type-odd", "&:nth-of-type(odd)"),
addVariant("target-blank", "&[target='_blank']"),
addVariant(
"safari",
"@supports (-webkit-touch-callout: none) and (not (translate: none))",
),
addUtilities({
".scrollbar-none": {
"-ms-overflow-style": "none",
Expand Down

0 comments on commit 6a0b77f

Please sign in to comment.