Removed deprecated colors, Added missing one

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-04-14 15:51:35 +02:00
parent d7e2bcfbdf
commit 209697ecd5

View File

@ -1,6 +1,7 @@
$main = #4285F4 $main = #4285F4
$textOnMain = white $textOnMain = white
$mainGradient = linear-gradient(to right, $main, lighten($main, 20%))
$infoDark = #01579B $infoDark = #01579B
$infoLight = #29B6F6 $infoLight = #29B6F6
@ -44,14 +45,7 @@ rem($a)
($a / 16)rem ($a / 16)rem
// @deprecated colors // @deprecated colors
$primary = $main
$default = $main $default = $main
$secondary = $main
$info = $infoLight
$success = $successLight
$danger = $errorLight
$warning = $warningLight
$darkBackground = $backgroundDark
// See https://github.com/stylus/stylus/issues/1872#issuecomment-86553717 // See https://github.com/stylus/stylus/issues/1872#issuecomment-86553717