diff options
Diffstat (limited to 'www/docs/90-flex.md')
-rw-r--r-- | www/docs/90-flex.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/90-flex.md b/www/docs/90-flex.md index 18cdd0e..726eb61 100644 --- a/www/docs/90-flex.md +++ b/www/docs/90-flex.md @@ -12,7 +12,7 @@ url: ./flex/ <dfn>`.f-row`</dfn> and <dfn>`.f-col`</dfn> will create non-wrapping Flexbox containers, with `flex-direction` set to `row` and `column` respectively. -<dfn>`.f-switch`</dfn> will create a Flexbox container that will switch from row to column when the width of an individual descendant exceeds the <dfn>`--col-width`</dfn> variable (default `15ch`). +<dfn>`.f-switch`</dfn> will create a Flexbox container that will switch from row to column when the width of an individual descendant exceeds the <dfn>`--f-switch-threshold`</dfn> variable (default `15ch`). All of `.f-row`, `.f-col` and `.f-switch` will remove margins from their children, and have a [gap] set to `--gap`. |