-
[CSS units - WDS](https://youtu.be/-GR52czEd-0)
-
Thank you to all for caniuse - it's useful.
I wonder if you'd consider tracking the css `vi` unit?
https://developer.mozilla.org/en-US/docs/Web/CSS/length#browser_compatibility
See also: http…
-
This was discussed previously in #2165 (and I'm sure in other places as well), but a different solution was agreed upon for that specific issue. However, I think there's still a need for a font-size-r…
-
Right now Medula is using rems almost for everything, except for media queries. It was a decision at some point, in order to avoid using pixels, but not necesarily is the best one possible. I'd like t…
-
**Prettier 1.13.5**
Following on from https://github.com/prettier/prettier/issues/4348, Prettier breaks when using various PostCSS plugins that use brackets in values, by splitting the unit awa…
-
How do I get backstopJS to respect `height: [num]vh` in my css?
Theyre getting comically stretched out.
Eg. (viewport: 1366x768, selectors: 'document')
Actual Chrome Browser (1366x768) - sh…
-
Whenever using a perfectly valid CSS unit like 1fr the CSS code is marked as being invalid.
For example using something like:
```
.selector {
display: grid;
grid-tempalte-columns: repeat(2, 1f…
-
CSS variables like
`--lbl-height: 0px;`
are being transformed to `--lbl-height:0;`
which break further calculations
Would appreciate any workaround for this (already tried to add space charact…
-
I came up with an idea of a unit that basically behaves like `px` when user's font-size is as same as browser's default, but it inflates and shrinks when user changed the font-size. I'd like to name t…
-
#### Environment
- __Package version(s)__:
- node v20.16.0
- blueprintjs/core - v3.50.2
- sass: v1.79.2
- react: v16.14.0
- __Browser and OS versions__: windows 11…