-
I want to propose an extra section in kuma.config `customTokens`
```
colors: {
...
},
customTokens: {
transforms: {
scaleUp: "scaleY(1.5)"
}
}
```
So you can use them in …
-
A cyclical dependency can be created if [`transform-box:stroke`](https://www.w3.org/TR/css-transforms-1/#transform-box) and [`vector-effect:non-scaling-stroke`](https://svgwg.org/svg2-draft/coords.htm…
jwatt updated
9 months ago
-
http://keithclark.co.uk/labs/css-fps/
We'll need CSS 3D transforms, of course—but this will be a good stress test.
-
Hello there :)
I'm using the following list of transforms `"transforms": ['attribute/cti', 'name/cti/kebab', 'time/seconds', 'content/icon', 'color/css', 'size/px'],` taken from the transform group "…
-
`@enhance/ssr` allows for script and css transformations, would it be possible to plug in custom transforms alongside the standard ones provided by `arc-plugin-enhance` here https://github.com/enhance…
-
So we have an issue with
```javascript
const SD = StyleDictionary.extend({
source: [outputJson],
platforms: {
css: {
transformGroup: 'css'…
-
Let's find a way to find the tests for a given web-features identifier in Test262!
**Background**:
[web-features](https://github.com/web-platform-dx/web-features) is an effort to describe the wh…
-
Over in [Mozilla bug 1499862](https://bugzilla.mozilla.org/show_bug.cgi?id=1499862) I'm trying to work out why Gecko rotates in a different direction to WebKit/Chromium when doing matrix interpolation…
-
We are using CSS to animate at the moment. Animations are not as smooth. I know playbook can animate smoothly as long as CSS are using 3D transforms. I'm not sure if the current CSS is 2D or 3D
I don…
-
👋 Hey, it would be nice to be able to just transform scss to css. It's needed when you have another rollup plugins which expect plain `css` contents.
```js
plugins: [
scss(),
processCss()
]…