Files
FixIt/assets/css/_partials/_img.scss
T
2025-08-13 15:15:32 +08:00

8 lines
151 B
SCSS

img {
@include border-radius($global-border-radius/2);
&[loading='lazy'] {
background: var(#{$rootPrefix}loading-img) no-repeat center;
}
}