Merge branch 'lazy-loading' into 'master'
Marcar el espacio reservado para recursos cargados a demanda See merge request sutty/jekyll/sutty-base-jekyll-theme!8
This commit is contained in:
commit
f3cbb6a7ce
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ $directions: (top, right, bottom, left);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Los recursos que cargan a demanda muestran el espacio que ocupan.
|
||||||
|
[loading="lazy"] {
|
||||||
|
background: linear-gradient(215deg, #{$white} 0%, #{$primary} 100%);
|
||||||
|
}
|
||||||
|
|
||||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||||
@include media-breakpoint-up($breakpoint) {
|
@include media-breakpoint-up($breakpoint) {
|
||||||
/// Obtiene el sufijo para cada clase responsive usando mixins de
|
/// Obtiene el sufijo para cada clase responsive usando mixins de
|
||||||
|
|
Loading…
Reference in a new issue