forked from Git/hugo-story
added breakpint: null and removed deprecated !global
This commit is contained in:
parent
6722dc851b
commit
07542e475f
|
@ -4,7 +4,8 @@
|
||||||
|
|
||||||
/// Breakpoints.
|
/// Breakpoints.
|
||||||
/// @var {list}
|
/// @var {list}
|
||||||
$breakpoints: () !global;
|
//$breakpoints: () !global;
|
||||||
|
$breakpoints: null;
|
||||||
|
|
||||||
// Mixins.
|
// Mixins.
|
||||||
|
|
||||||
|
@ -220,4 +221,4 @@
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue