feature(show-when): add orientation support, recalc on resize event

This commit is contained in:
Dan Bucholtz
2018-02-19 23:15:28 -06:00
parent 05b2715f77
commit e498a6fa5e
5 changed files with 50 additions and 9 deletions

View File

@ -1135,6 +1135,7 @@ declare global {
mediaQuery?: string;
mode?: string;
or?: boolean;
orientation?: string;
platform?: string;
size?: string;
}
@ -2906,6 +2907,7 @@ declare global {
mediaQuery?: string;
mode?: string;
or?: boolean;
orientation?: string;
platform?: string;
size?: string;
}