mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 22:09:37 -07:00
Build 1.0.3
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
$w: list.nth($pair, 1);
|
||||
$h: list.nth($pair, 2);
|
||||
|
||||
.#{iv.$helpers-prefix}aspect-ratio-#{$w}by#{$h} {
|
||||
.#{iv.$class-prefix}#{iv.$helpers-prefix}aspect-ratio-#{$w}by#{$h} {
|
||||
aspect-ratio: #{$w} / #{$h};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user