get-remaining-columns-width
Description
Calculates and returns the total width of remaining columns.
Parameters
$cols: Columns, e.g. "2 1 1"
$excluded-column: The column to be excluded from the calculation
Sass Usage
get-remaining-columns-width($cols, $excluded-column)
get-remaining-columns-width(2 1 1, 3) //returns the combined width of all columns excluding third
Usage
Usage example
No examples available.