This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
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.
4
4
5
5
### API
6
6
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 :
8
8
fxShow, fxHide, etc. These values of these directives are used (and styles applied) regardless of the viewport size.
9
9
These static rules can be specifically overridden by a registered responsive API use (see below).
10
10
11
11
2 ) 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 .
13
13
e.g.
14
14
* ** fxHide.lg** , etc.
15
15
* ** fxShow.gt-sm** ,
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ logic defaults to **showing** an element.
4
4
5
5
### API
6
6
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 :
8
8
fxShow, fxHide, etc. These values of these directives are used (and styles applied) regardless of the viewport size.
9
9
These static rules can be specifically overridden by a registered responsive API use (see below).
10
10
11
11
2 ) 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 .
13
13
e.g.
14
14
* ** fxShow.gt-sm** ,
15
15
* ** fxHide.lg** , etc.
You can’t perform that action at this time.
0 commit comments