Skip to content

Commit

Permalink
Merge pull request #277 from stylify/xs-breakpoint
Browse files Browse the repository at this point in the history
Xs breakpoint
  • Loading branch information
Machy8 authored Apr 11, 2024
2 parents 667cf8c + 9d64ff1 commit 1140bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/stylify/src/Compiler/defaultPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export const defaultPreset = {
/(?:^|\s+)"class":\s*`([^`]+)`/
],
screens: {
toxs: maxWidthScreen('375px'),
xs: minWidthScreen('375px'),
tosm: maxWidthScreen('639px'),
sm: minWidthScreen('640px'),
tomd: maxWidthScreen('767px'),
Expand Down

0 comments on commit 1140bfc

Please sign in to comment.