#                  d8b      888
#                  Y8P      888
#                           888
#  .d88b.  888d888 888  .d88888
# d88P"88b 888P"   888 d88" 888
# 888  888 888     888 888  888
# Y88b 888 888     888 Y88b 888
#  "Y88888 888     888  "Y88888
#      888
# Y8b d88P
#  "Y88P"

# Grid System
#
# These settings control our grid system.
#
# $grid-columns = 12        - The default number of columns in our grid
# $grid-gap-col = $space-m  - The default size of the gutter between grid columns
# $grid-gap-row = $space-m  - The default size of the gutter between grid rows
#
# Styleguide Tokens.GridSystem
#
# Weight: 7
grid:
  columns:          12 !default
  gap:
    col:            $space-m !default
    row:            $space-m !default
