1
0
mirror of https://github.com/caressofsteel/hugo-story.git synced 2025-01-10 10:40:59 +01:00

Merge pull request from tjungbauer/sass-breakpoint

added breakpoint: null and removed deprecated !global
This commit is contained in:
⚔️ DR ⚔️ 2022-10-03 12:53:58 -04:00 committed by GitHub
commit d21ca45c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@
/// Breakpoints. /// Breakpoints.
/// @var {list} /// @var {list}
$breakpoints: () !global; //$breakpoints: () !global;
$breakpoints: null;
// Mixins. // Mixins.
@ -220,4 +221,4 @@
@content; @content;
} }
} }