Merge pull request #31 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
1 changed files with 3 additions and 2 deletions

View File

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