Skip to content

Commit

Permalink
feat: add 'has-gap-*' class jmjuanes#198
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodielm committed Oct 2, 2023
1 parent 97f3a0d commit c058bb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/modules/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ export const helpers = {
screen: "100vh",
},
},
gap: {
prefix: "has",
shortcut: "g",
properties: ["gap"],
responsive: true,
scale: "space",
values: {
none: "0px",
},
},
padding: {
prefix: "has",
shortcut: "p",
Expand Down

0 comments on commit c058bb0

Please sign in to comment.