Skip to content

Commit

Permalink
fix: add missing hover state to opacity helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jun 17, 2022
1 parent 818e169 commit d6b7f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const helpers = generateHelpers([
prefix: "has",
shortcut: "opacity",
properties: ["opacity"],
states: ["default"],
states: ["default", "hover"],
responsive: true,
scale: "opacities",
},
Expand Down

0 comments on commit d6b7f94

Please sign in to comment.