mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-11-04 15:55:28 +01:00
Merge pull request #31 from tjungbauer/sass-breakpoint
added breakpoint: null and removed deprecated !global
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
/// Breakpoints.
|
||||
/// @var {list}
|
||||
$breakpoints: () !global;
|
||||
//$breakpoints: () !global;
|
||||
$breakpoints: null;
|
||||
|
||||
// Mixins.
|
||||
|
||||
@@ -220,4 +221,4 @@
|
||||
@content;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user