Skip to content

Instantly share code, notes, and snippets.

@sdboyer
Forked from Snugug/classes.yaml
Last active December 18, 2015 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdboyer/5743732 to your computer and use it in GitHub Desktop.
Save sdboyer/5743732 to your computer and use it in GitHub Desktop.
groupings:
layout-small: 'Small layout, active until 559px'
layout-medium: 'Medium Layout, active at 600px'
classes:
l-s-1-4:
group: layout-small
description: 'Span one of four columns'
l-s-2-4:
group: layout-small
description: 'Span two of four columns'
l-s-3-4:
group: layout-small
description: 'Span three of four columns'
l-m-1-6:
group: layout-medium
description: 'Span one of six columns'
l-m-2-6:
group: layout-medium
description: 'Span two of six columns'
l-m-3-6:
group: layout-medium
description: 'Span three of six columns'
l-m-4-6:
group: layout-medium
description: 'Span four of six columns'
l-m-5-6:
group: layout-medium
description: 'Span five of six columns'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment