-
I just posted https://github.com/systemjs/systemjs/issues/579, and was thinking a similar property for CSS might work well.
A meta property which could enable CSS next transpilations per-CSS module.
…
-
As stated in #328, there seems to be an issue around `skew`, `skewX`, and `skewY`.
I don't know enough the SVG specification, but there seems to be two different incompatible specifications of `ske…
-
## Is your feature request related to a problem? Please describe.
CSS Transform takes time. Especially after #241, processing a CSS file with PostCSS config would take 0.3 seconds on Mac M1. Those …
-
minimatch
-
### What happened?
My design system derives the majority of it's colours from a single primary hue and generates a theme around that using lch colour space. All luminosity, chroma, and hue values a…
-
As discussed near the end of this section - https://drafts.csswg.org/css-transforms/#transform-rendering
This breaks some things in WebRender due to the way clipping is handled.
cc @pcwalton
-
In our project, we want to output references, whenever possible. But also we have to expand typography tokens.
Therefore we set `outputReferences` to `true` in our config and also use `expand` like…
-
Referring to this:
https://github.com/GoogleChrome/samples/blob/5f07c2257876303575524e479b20fd48ddf877a1/css-opacity-force-flattening/index.html#L67-L75
That page should perhaps also show the un…
-
Hello;
Testing the demo pages on a Android 9, on Chrome, the behavior of the offcanvas seems broken to me.
I've tested both with and without 3d transforms:
http://toomuchdesign.github.io/offsi…
-
The universal standard format for a tool that transforms CSS from one form to another is a a [PostCSS Plugin](https://github.com/postcss/postcss/blob/main/docs/writing-a-plugin.md#readme)—essentially …