Skip to content

Commit

Permalink
fix: add missing utilities for pr and mr
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Moor committed Feb 8, 2024
1 parent 8a70c6f commit 4f515e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ export const fluidUtilities = {
'f-pt': 'padding-top',
'f-pb': 'padding-bottom',
'f-pl': 'padding-left',
'f-pr': 'padding-right',
'f-px': ['padding-left', 'padding-right'],
'f-py': ['padding-top', 'padding-bottom'],
'f-m': 'margin',
'f-mt': 'margin-top',
'f-mb': 'margin-bottom',
'f-ml': 'margin-left',
'f-mr': 'margin-right',
'f-mx': ['margin-left', 'margin-right'],
'f-my': ['margin-top', 'margin-bottom'],
'f-gap': 'gap',
Expand Down

0 comments on commit 4f515e6

Please sign in to comment.