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
What is the current behavior?
Using lost-column: none; to reset a Lost element results in float-specific CSS being generated, even when the global setting is set to flex.
If it's a bug please provide the steps to reproduce it and maybe some code samples.
Add the @lost flexbox flex global setting so that any elements with lost-column use flexbox.
Add a lost-flex-container row with any number of lost-managed flex elements with ``lost-column: /;`.
For one of those elements, use lost-column: none; to reset lost-related properties.
You should see the CSS generated for that element is for float columns, not flex columns.
What is the desired behavior?
Using lost-column: none; on any element will generate css that’s based on global settings.
What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions?
v8.3.0
Is this a feature request or a bug report?
Bug.
What is the current behavior?
Using
lost-column: none;
to reset a Lost element results in float-specific CSS being generated, even when the global setting is set toflex
.If it's a bug please provide the steps to reproduce it and maybe some code samples.
@lost flexbox flex
global setting so that any elements withlost-column
use flexbox.lost-flex-container
row with any number of lost-managed flex elements with ``lost-column: /;`.lost-column: none;
to reset lost-related properties.What is the desired behavior?
Using
lost-column: none;
on any element will generate css that’s based on global settings.What version of LostGrid, browser and browser version are affected by this issue? Did this happen in previous versions?
v8.3.0
Anything else?
I set up a repo illustrating the issue: https://github.com/brandondurham/lost-reset
yarn
ornpm install
yarn start
ornpm start
There is also a simple example online here: https://lost-reset-bug-sbjzudyxpz.now.sh/
The text was updated successfully, but these errors were encountered: