Skip to content

Commit

Permalink
fix: minor fixes in helpers definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Aug 14, 2022
1 parent ed768f9 commit 865f753
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/modules/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const helpers = {
properties: ["width"],
states: ["default"],
responsive: true,
important: true,
scale: "sizes",
values: {
...sizesValues,
Expand All @@ -102,7 +101,6 @@ export const helpers = {
properties: ["height"],
states: ["default"],
responsive: true,
important: true,
scale: "sizes",
values: {
...sizesValues,
Expand Down

0 comments on commit 865f753

Please sign in to comment.