Boluwatife Johnson
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: > >  > > ```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...