You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a feature request or a bug report?
Feature request
What is the current behavior? lost-flex-container: row outputs:
display: flex;
flex-flow: row wrap;
What is the desired behavior?
It would be nice to be able to pass a nowrap parameter in, like: lost-flex-container: row nowrap;, instead of having to manually override it.
What's the motivation or use-case behind changing the behavior?
In order to get nowrap you have to override with flex-wrap: nowrap, which is easy enough. But if you have stylelint set up to order selectors alphabetically (team decision, not mine), it will bark at you, wanting the flex-wrap: nowrap declaration to come first, which will then be overridden by the lost-flex-column declaration.
What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions?
Lost: 7.1.1
browser is not relevant in this case...
The text was updated successfully, but these errors were encountered:
Is this a feature request or a bug report?
Feature request
What is the current behavior?
lost-flex-container: row
outputs:What is the desired behavior?
It would be nice to be able to pass a
nowrap
parameter in, like:lost-flex-container: row nowrap;
, instead of having to manually override it.What's the motivation or use-case behind changing the behavior?
In order to get
nowrap
you have to override withflex-wrap: nowrap
, which is easy enough. But if you have stylelint set up to order selectors alphabetically (team decision, not mine), it will bark at you, wanting theflex-wrap: nowrap
declaration to come first, which will then be overridden by thelost-flex-column
declaration.What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions?
Lost: 7.1.1
browser is not relevant in this case...
The text was updated successfully, but these errors were encountered: