Boluwatife Johnson

Results 6 comments of Boluwatife Johnson

Great stuff, but won't this increase the overall parse time of the styles. How is the performance metrics?

@SebastianZ reuseable image manipulations would actually help in performance since the logic would be cached.

@SebastianZ ~I think the `@image-customization / customize-image()` rule/function is better. Descriptive~ `@image() / @image` is better, please. And if a user would use a gradient instead, should be defined inside...

> ran across a situation on walmart.com where I think `@image` might help: > > ![image](https://user-images.githubusercontent.com/1286791/173082099-a977e285-a7e4-4431-a7da-63d53adee037.png) > > ```css > .category-link{ > background-image: image(--foo); > background-repeat: no-repeat; > background-position: center...

Thanks @SebastianZ. I think the sizes of those SVGs and gradients should be the values defined in the `manipulation rule`, since the image is being created. That is; the image...

@SebastianZ > You are right that a new image is created by manipulating the source image. And with `width`, `height` and `aspect-ratio` you can define the sizes of the manipulated...