Skip to content

Commit

Permalink
fix (units): mobile and tablet units not being followed correctly. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal committed Dec 26, 2022
1 parent 8813093 commit 2564810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/styles/style-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ export const useQueryLoopInstanceId = uniqueId => {

// These are all the possible suffixes used.
const ATTR_NAME_MATRIX = [
[ '', 'Tablet', 'Mobile' ],
[ '', 'Unit' ],
[ '', 'Tablet', 'Mobile' ],
[ '', 'Hover', 'ParentHover', 'Collapsed' ],
]

Expand Down

0 comments on commit 2564810

Please sign in to comment.