diff options
author | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-08-27 09:18:04 -0500 |
---|---|---|
committer | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-08-27 09:18:04 -0500 |
commit | 748acf1aa9c305b0e7fb22e204025a28fd72f237 (patch) | |
tree | 53d5412e45f541c343e1d42d6007cd6bcf33753e | |
parent | ebdd2699d1c57636a23cb24c158885a3032461e1 (diff) | |
download | missing-748acf1aa9c305b0e7fb22e204025a28fd72f237.tar.gz missing-748acf1aa9c305b0e7fb22e204025a28fd72f237.zip |
Use --f-switch-threshold instead of --col-width.
-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`. |