mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2024-12-22 09:35:07 +01:00
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
Block a user