Skip to content

Commit

Permalink
Update defaultPreset.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 11, 2024
1 parent 1140bfc commit e28a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylify/src/Compiler/defaultPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const defaultPreset = {
/(?:^|\s+)"class":\s*`([^`]+)`/
],
screens: {
toxs: maxWidthScreen('375px'),
toxs: maxWidthScreen('374px'),
xs: minWidthScreen('375px'),
tosm: maxWidthScreen('639px'),
sm: minWidthScreen('640px'),
Expand Down

0 comments on commit e28a9f7

Please sign in to comment.