This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ logic defaults to **hiding** an element.
44
55### API
66
7- 1 ) Flex-Layout supports ** STATIC** API for responsive layouts using the API ** without** ` .<xxx> ` alias suffices :
7+ 1 ) Flex-Layout supports ** STATIC** API for responsive layouts using the API ** without** ` .<xxx> ` alias suffixes :
88fxShow, fxHide, etc. These values of these directives are used (and styles applied) regardless of the viewport size.
99These static rules can be specifically overridden by a registered responsive API use (see below).
1010
11112 ) Flex-Layout provides a ** RESPONSIVE** API for dynamic adaptive layouts. This is simply using the the static API with
12- mediaQuery aliase suffices .
12+ mediaQuery alias suffixes .
1313e.g.
1414* ** fxHide.lg** , etc.
1515* ** fxShow.gt-sm** ,
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ logic defaults to **showing** an element.
44
55### API
66
7- 1 ) Flex-Layout supports ** STATIC** API for responsive layouts using the API ** without** ` .<xxx> ` alias suffices :
7+ 1 ) Flex-Layout supports ** STATIC** API for responsive layouts using the API ** without** ` .<xxx> ` alias suffixes :
88fxShow, fxHide, etc. These values of these directives are used (and styles applied) regardless of the viewport size.
99These static rules can be specifically overridden by a registered responsive API use (see below).
1010
11112 ) Flex-Layout provides a ** RESPONSIVE** API for dynamic adaptive layouts. This is simply using the the static API with
12- mediaQuery aliase suffices .
12+ mediaQuery alias suffixes .
1313e.g.
1414* ** fxShow.gt-sm** ,
1515* ** fxHide.lg** , etc.
You can’t perform that action at this time.
0 commit comments