1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Comment updates

This commit is contained in:
Lucas Vallenet
2023-09-05 09:34:24 +02:00
parent dc0bc2042c
commit 63e46cde26
2 changed files with 4 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
{
"version": 1692002413473
"version": 1693899260413
}

View File

@@ -196,11 +196,9 @@
// Aspect-ratio polyfill
//
// The element will be accessible from screen readers and visible in the document flow.
//
// @param {Number} $ratio [19/6] - The ratio of the element.
// @param {Number} $width [100%] - The width of element.
// @param {Boolean} $children [false] - Whether the element contains children.
// @param {Number} $width [100%] - The fallback width of element.
// @param {Boolean} $children [false] - Whether the element contains children for the fallback properties.
// @output Properties for maintaining aspect-ratio
@mixin aspect-ratio($ratio: math.div(16, 9), $width: 100%, $children: false) {