@function get-col-width($columns) {
  @return percentage(($columns / $grid-columns))
}