added breakpint: null and removed deprecated !global

This commit is contained in:
Thomas Jungbauer 2022-09-26 09:24:12 +02:00
parent 6722dc851b
commit 07542e475f
No known key found for this signature in database
GPG Key ID: 5D24D6846DBA8F8A
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;
}
}
}