fix(layouts): updating gutters tokens#6863
Conversation
|
Preview: https://patternfly-pr-6863.surge.sh A11y report: https://patternfly-pr-6863-a11y.surge.sh |
|
The flex layout has always kinda been it's own thing, though I don't know why it wouldn't match the other layouts. I give this update 👍👍 and a 🐸 for good measure. Just some more info - the one thing that's different about the flex layout is it has the column gap (16px per this PR) and row gap (8px via |
There was a problem hiding this comment.
nice!!! yes agree, i think flex should match the other layouts
|
🎉 This PR is included in version 6.0.0-alpha.188 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #6771
One question I have is the Flex layout update. Not sure if this is intended @lboehling ?
--#{$flex}--spacer--column--base: var(--pf-t--global--spacer--gutter--default); // default spacer/gap for columnsThat trickles down as the base for other spacers. It was using
spacer--lgbefore the update.