Skip to content

Commit

Permalink
Remove inset from property-sets
Browse files Browse the repository at this point in the history
  • Loading branch information
petrukhin committed Dec 11, 2023
1 parent c3a4d53 commit 6fbec8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/postcss-logical-fallback/src/property-sets.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
export const inlineInsets = new Set([
'inset',
'inset-inline-start',
'inset-inline-end',
'inset-inline',
])

export const insets = new Set([
'inset',
'inset-inline-start',
'inset-inline-end',
'inset-inline',
Expand Down

0 comments on commit 6fbec8d

Please sign in to comment.