diff --git a/assets.json b/assets.json index 96329b1..2732e91 100644 --- a/assets.json +++ b/assets.json @@ -1,3 +1,3 @@ { - "version": 1692002413473 + "version": 1693899260413 } \ No newline at end of file diff --git a/assets/styles/tools/_mixins.scss b/assets/styles/tools/_mixins.scss index 40691d0..454da78 100644 --- a/assets/styles/tools/_mixins.scss +++ b/assets/styles/tools/_mixins.scss @@ -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} $ratio [19/6] - The ratio of the element. +// @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) {