Skip to content

Commit

Permalink
Updated breakpoints map to be more flexible to 3rd party solutions li…
Browse files Browse the repository at this point in the history
…ke include-media
  • Loading branch information
KittyGiraudel authored Jul 13, 2016
1 parent e73dc45 commit f367ffc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions stylesheets/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ $max-width: 1180px !default;
/// Breakpoints map
/// @prop {String} keys - Keys are identifiers mapped to a given length
/// @prop {Map} values - Values are actual breakpoints expressed in pixels
/// @see {mixin} respond-to
$breakpoints: (
'small': (min-width: 320px),
'medium': (min-width: 768px),
'large': (min-width: 1024px),
'small': 320px,
'medium': 768px,
'large': 1024px,
) !default;


Expand Down

0 comments on commit f367ffc

Please sign in to comment.