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.
|
/// Breakpoints.
|
||||||
/// @var {list}
|
/// @var {list}
|
||||||
$breakpoints: () !global;
|
//$breakpoints: () !global;
|
||||||
|
$breakpoints: null;
|
||||||
|
|
||||||
// Mixins.
|
// Mixins.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue