grid_ratio
@mixin grid_ratio($first, $second) { ... }
Parameters
parameter Name | parameter Description | parameter Type | parameter Default value |
---|---|---|---|
$first | Specifies the percentage/ratio value for the first column of the 2 column grid. | String | — none |
$second | Specifies the percentage/ratio value for the first column of the 2 column grid. | String | — none |
Example
import mixin file
@import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/grids";
import mixin file with altered output values prior to import
$first: 3fr !default;
+$second: 1fr !default;
@import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/grids";