forked from Git/hugo-story
Merge pull request #31 from tjungbauer/sass-breakpoint
added breakpoint: null and removed deprecated !global
This commit is contained in:
commit
d21ca45c47
|
@ -4,7 +4,8 @@
|
|||
|
||||
/// Breakpoints.
|
||||
/// @var {list}
|
||||
$breakpoints: () !global;
|
||||
//$breakpoints: () !global;
|
||||
$breakpoints: null;
|
||||
|
||||
// Mixins.
|
||||
|
||||
|
@ -220,4 +221,4 @@
|
|||
@content;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue