Marius Gundersen
Marius Gundersen
### What problem are you trying to solve? There is now an `AbortSignal.any([a, b, c])` that makes it possible to combine multiple signals, but there is currently no way to...
**To reproduce:** [Playground link](http://lesscss.org/less-preview/#eyJjb2RlIjoiI2xpYigpIHtcbiAgICAuY29sb3JzKCkge1xuICAgICAgQHByaW1hcnk6IGJsdWU7XG4gICAgICBAc2Vjb25kYXJ5OiBncmVlbjtcbiAgICB9XG4gICAgLnJ1bGVzKEBzaXplKSB7XG4gICAgICBib3JkZXI6IEBzaXplIHNvbGlkIHdoaXRlO1xuICAgIH1cbiAgfVxuICBcbiAgLmJveCB3aGVuICgjbGliLmNvbG9yc1tAcHJpbWFyeV0gPSBibHVlKSB7XG4gICAgd2lkdGg6IDEwMHB4O1xuICAgIGhlaWdodDogKCR3aWR0aCAvIDIpO1xuICB9XG4gIFxuICAuYmFyOmV4dGVuZCguYm94KSB7XG4gICAgQG1lZGlhIChtaW4td2lkdGg6IDYwMHB4KSB7XG4gICAgICB3aWR0aDogMjAwcHg7XG4gICAgICAjbGliLnJ1bGVzKDFweCk7XG4gICAgfVxuICB9IiwiYWN0aXZlVmVyc2lvbiI6IjQuMi4wIiwibWF0aCI6InBhcmVucy1kaXZpc2lvbiIsInN0cmljdFVuaXRzIjpmYWxzZX0=) ```less [popover]:popover-open { opacity: 1; transform: scaleX(1); @starting-style { opacity: 0; transform: scaleX(0); } } ``` **Current behavior:** This produces the following output, which is clearly...
This fixes #30. I don't think any change is needed in package.json, since this syntax has been supported since 18.20
Currently the media plugin comes with a few hardcoded fields which cover some scenarios, but there is no way to customize it for our own usage. It's possible to fork...