mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
8 lines
151 B
SCSS
8 lines
151 B
SCSS
img {
|
|
@include border-radius($global-border-radius/2);
|
|
|
|
&[loading='lazy'] {
|
|
background: var(#{$rootPrefix}loading-img) no-repeat center;
|
|
}
|
|
}
|