We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 667cf8c + 9d64ff1 commit 1140bfcCopy full SHA for 1140bfc
packages/stylify/src/Compiler/defaultPreset.ts
@@ -61,6 +61,8 @@ export const defaultPreset = {
61
/(?:^|\s+)"class":\s*`([^`]+)`/
62
],
63
screens: {
64
+ toxs: maxWidthScreen('375px'),
65
+ xs: minWidthScreen('375px'),
66
tosm: maxWidthScreen('639px'),
67
sm: minWidthScreen('640px'),
68
tomd: maxWidthScreen('767px'),
0 commit comments