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