Skip to content

Commit

Permalink
fixed missing breakpoint variables
Browse files Browse the repository at this point in the history
  • Loading branch information
anniegreens committed Mar 7, 2014
1 parent a1f86e5 commit 49a7bb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sass/partials/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,15 @@ $global-radius: 3px !default;
$global-rounded: 1000px !default;


// ** Breakpoints ** //

// Mobile is default
$small: 500px !default;
$medium: 800px !default;
$large: 1100px !default;
$xlarge: 1400px !default;


////////////////////////
// Toggle Alphecca Styles
//
Expand Down

0 comments on commit 49a7bb9

Please sign in to comment.