Open eduard-ungureanu opened 5 years ago
We don't have anyone following the standard closely, so yeah, it's possible that things are forgotten. This is the first time I hear of the fr
unit. You 'units like fr' — are there others that we should add?
@marijnh So sorry for the huge delay, almost 2 years, I simply forgot about this ticket.
Please add all the Support for the CSS Grid, the 1fr
unit is a unit added by CSS Grid. There is also no support for using CSS variable names:
Would be great if support for CSS Grid could be added 👍
@marijnh any plans in updating the CodeMirror to support the latest standards in CSS:
fr
unitsgrid-gap
Want to set up a pull request?
Context-less links that bring me to a login page don't help much.
@OlgaT keep in mind that this repo is external, so if you share intercom links, nobody will be able to access it :)
@marijnh Hey, has this issue been resolved in new releases?
@marijnh Hey, has this issue been resolved in new releases?
I would love an input on this.
Whenever using a perfectly valid CSS unit like 1fr the CSS code is marked as being invalid.
For example using something like:
Will always mark the
grid-tempalte-columns: repeat(2, 1fr);
as being invalid CSS. However, if I change1fr
with100%
everything goes back to normal.