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 a57cc23 + a045b32 commit 4edcab8Copy full SHA for 4edcab8
src/design-tokens/sx.css.ts
@@ -4,7 +4,7 @@ import { vars } from './theme';
4
5
const responsiveProperties = defineProperties({
6
conditions: {
7
- popupScreen: { '@media': 'screen and (min-width: 360px)' },
+ popupScreen: { '@media': 'screen and (min-width: 0px)' },
8
minimumScreen: { '@media': 'screen and (min-width: 668px)' },
9
xSmallScreen: { '@media': 'screen and (min-width: 1024px)' },
10
smallScreen: { '@media': 'screen and (min-width: 1280px)' },
0 commit comments