File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515// Private
1616// ----------------------------------------
1717
18- const minMaxWidth = / ( ! ? \( \s * m i n ( - d e v i c e - ) ? - w i d t h ) . + \( \s * m a x ( - d e v i c e ) ? - w i d t h / i
18+ const minMaxWidth = / ( ! ? \( \s * m i n ( - d e v i c e - ) ? - w i d t h ) ( . | \n ) + \( \s * m a x ( - d e v i c e ) ? - w i d t h / i
1919const minWidth = / \( \s * m i n ( - d e v i c e ) ? - w i d t h / i
20- const maxMinWidth = / ( ! ? \( \s * m a x ( - d e v i c e ) ? - w i d t h ) . + \( \s * m i n ( - d e v i c e ) ? - w i d t h / i
20+ const maxMinWidth = / ( ! ? \( \s * m a x ( - d e v i c e ) ? - w i d t h ) ( . | \n ) + \( \s * m i n ( - d e v i c e ) ? - w i d t h / i
2121const maxWidth = / \( \s * m a x ( - d e v i c e ) ? - w i d t h / i
2222
2323const isMinWidth = _testQuery ( minMaxWidth , maxMinWidth , minWidth )
2424const isMaxWidth = _testQuery ( maxMinWidth , minMaxWidth , maxWidth )
2525
26- const minMaxHeight = / ( ! ? \( \s * m i n ( - d e v i c e ) ? - h e i g h t ) . + \( \s * m a x ( - d e v i c e ) ? - h e i g h t / i
26+ const minMaxHeight = / ( ! ? \( \s * m i n ( - d e v i c e ) ? - h e i g h t ) ( . | \n ) + \( \s * m a x ( - d e v i c e ) ? - h e i g h t / i
2727const minHeight = / \( \s * m i n ( - d e v i c e ) ? - h e i g h t / i
28- const maxMinHeight = / ( ! ? \( \s * m a x ( - d e v i c e ) ? - h e i g h t ) . + \( \s * m i n ( - d e v i c e ) ? - h e i g h t / i
28+ const maxMinHeight = / ( ! ? \( \s * m a x ( - d e v i c e ) ? - h e i g h t ) ( . | \n ) + \( \s * m i n ( - d e v i c e ) ? - h e i g h t / i
2929const maxHeight = / \( \s * m a x ( - d e v i c e ) ? - h e i g h t / i
3030
3131const isMinHeight = _testQuery ( minMaxHeight , maxMinHeight , minHeight )
You can’t perform that action at this time.
0 commit comments