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
The #content should be applied display: flex property.
Btw, I think we should use class instead of id for the content element. Because using the ID is an anti-pattern. It's fine in the example but folks likely use the example as the standard. I remember in the early stage of my career, I usually considered code from MDN and some other sites as good practice and followed blindly.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
I would like to fix this issue but I can't find where is the snippet code.
LeoMcA
added
p1
We will address this soon and will provide capacity from our team for it in the next few releases.
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Jun 28, 2023
https://mozilla-hub.atlassian.net/browse/MP-515#9190
inline bits of css get a `css` class applied to them, so our extraction
logic was treating them as "normal" css - which of course it isn't,
since it doesn't have any kind of selector
* fix(playground): don't extract inline css
https://mozilla-hub.atlassian.net/browse/MP-515#9190
inline bits of css get a `css` class applied to them, so our extraction
logic was treating them as "normal" css - which of course it isn't,
since it doesn't have any kind of selector
* remove redundant selectors
---------
Co-authored-by: Florian Dieminger <[email protected]>
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
What specific section or headline is this issue about?
Result (#result)
What information was incorrect, unhelpful, or incomplete?
The
#content
should be applieddisplay: flex
property, but it is not. Because there are some broken styles before its style blockWhat did you expect to see?
The
#content
should be applieddisplay: flex
property.Btw, I think we should use class instead of id for the content element. Because using the ID is an anti-pattern. It's fine in the example but folks likely use the example as the standard. I remember in the early stage of my career, I usually considered code from MDN and some other sites as good practice and followed blindly.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
I would like to fix this issue but I can't find where is the snippet code.
MDN metadata
Page report details
en-us/web/css/flex-grow
The text was updated successfully, but these errors were encountered: