mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
use sass map namespace
This commit is contained in:
parent
78ac6184de
commit
1761d6380c
@ -1,4 +1,5 @@
|
|||||||
// Color system
|
// Color system
|
||||||
|
@use "sass:map";
|
||||||
|
|
||||||
$white: #fff !default;
|
$white: #fff !default;
|
||||||
$gray-100: #f6f9fc !default;
|
$gray-100: #f6f9fc !default;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
// Spacing
|
// Spacing
|
||||||
|
@use "sass:map";
|
||||||
|
|
||||||
$spacer: 1rem !default;
|
$spacer: 1rem !default;
|
||||||
$spacers: () !default;
|
$spacers: () !default;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user