$primary
|
color
|
$turquoise
|
hsl(171, 100%, 41%)
|
$info
|
color
|
$cyan
|
hsl(204, 71%, 53%)
|
$success
|
color
|
$green
|
hsl(141, 53%, 53%)
|
$warning
|
color
|
$yellow
|
hsl(48, 100%, 67%)
|
$danger
|
color
|
$red
|
hsl(348, 86%, 61%)
|
$light
|
color
|
$white-ter
|
hsl(0, 0%, 96%)
|
$dark
|
color
|
$grey-darker
|
hsl(0, 0%, 21%)
|
$orange-invert
|
color
|
findColorInvert($orange)
|
#fff
|
$yellow-invert
|
color
|
findColorInvert($yellow)
|
rgba(0, 0, 0, 0.7)
|
$green-invert
|
color
|
findColorInvert($green)
|
#fff
|
$turquoise-invert
|
color
|
findColorInvert($turquoise)
|
#fff
|
$cyan-invert
|
color
|
findColorInvert($cyan)
|
#fff
|
$blue-invert
|
color
|
findColorInvert($blue)
|
#fff
|
$purple-invert
|
color
|
findColorInvert($purple)
|
#fff
|
$red-invert
|
color
|
findColorInvert($red)
|
#fff
|
$primary-invert
|
color
|
findColorInvert($primary)
|
#fff
|
$primary-light
|
compound
|
findLightColor($primary)
|
|
$primary-dark
|
compound
|
findDarkColor($primary)
|
|
$info-invert
|
color
|
findColorInvert($info)
|
#fff
|
$info-light
|
compound
|
findLightColor($info)
|
|
$info-dark
|
compound
|
findDarkColor($info)
|
|
$success-invert
|
color
|
findColorInvert($success)
|
#fff
|
$success-light
|
compound
|
findLightColor($success)
|
|
$success-dark
|
compound
|
findDarkColor($success)
|
|
$warning-invert
|
color
|
findColorInvert($warning)
|
#fff
|
$warning-light
|
compound
|
findLightColor($warning)
|
|
$warning-dark
|
compound
|
findDarkColor($warning)
|
|
$danger-invert
|
color
|
findColorInvert($danger)
|
#fff
|
$danger-light
|
compound
|
findLightColor($danger)
|
|
$danger-dark
|
compound
|
findDarkColor($danger)
|
|
$light-invert
|
color
|
findColorInvert($light)
|
#fff
|
$dark-invert
|
color
|
findColorInvert($dark)
|
#fff
|
$scheme-main
|
color
|
$white
|
hsl(0, 0%, 100%)
|
$scheme-main-bis
|
color
|
$white-bis
|
hsl(0, 0%, 98%)
|
$scheme-main-ter
|
color
|
$white-ter
|
hsl(0, 0%, 96%)
|
$scheme-invert
|
color
|
$black
|
hsl(0, 0%, 4%)
|
$scheme-invert-bis
|
color
|
$black-bis
|
hsl(0, 0%, 7%)
|
$scheme-invert-ter
|
color
|
$black-ter
|
hsl(0, 0%, 14%)
|
$background
|
color
|
$white-ter
|
hsl(0, 0%, 96%)
|
$border
|
color
|
$grey-lighter
|
hsl(0, 0%, 86%)
|
$border-hover
|
color
|
$grey-light
|
hsl(0, 0%, 71%)
|
$border-light
|
color
|
$grey-lightest
|
hsl(0, 0%, 93%)
|
$border-light-hover
|
color
|
$grey-light
|
hsl(0, 0%, 71%)
|
$text
|
color
|
$grey-dark
|
hsl(0, 0%, 29%)
|
$text-invert
|
color
|
findColorInvert($text)
|
#fff
|
$text-light
|
color
|
$grey
|
hsl(0, 0%, 48%)
|
$text-strong
|
color
|
$grey-darker
|
hsl(0, 0%, 21%)
|
$code
|
color
|
$red
|
hsl(348, 86%, 61%)
|
$code-background
|
color
|
$background
|
hsl(0, 0%, 96%)
|
$pre
|
color
|
$text
|
hsl(0, 0%, 29%)
|
$pre-background
|
color
|
$background
|
hsl(0, 0%, 96%)
|
$link
|
color
|
$blue
|
hsl(217, 71%, 53%)
|
$link-invert
|
color
|
findColorInvert($link)
|
#fff
|
$link-light
|
compound
|
findLightColor($link)
|
|
$link-dark
|
compound
|
findDarkColor($link)
|
|
$link-visited
|
color
|
$purple
|
hsl(271, 100%, 71%)
|
$link-hover
|
color
|
$grey-darker
|
hsl(0, 0%, 21%)
|
$link-hover-border
|
color
|
$grey-light
|
hsl(0, 0%, 71%)
|
$link-focus
|
color
|
$grey-darker
|
hsl(0, 0%, 21%)
|
$link-focus-border
|
color
|
$blue
|
hsl(217, 71%, 53%)
|
$link-active
|
color
|
$grey-darker
|
hsl(0, 0%, 21%)
|
$link-active-border
|
color
|
$grey-dark
|
hsl(0, 0%, 29%)
|
$family-primary
|
font-family
|
$family-sans-serif
|
BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
|
$family-secondary
|
font-family
|
$family-sans-serif
|
BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
|
$family-code
|
font-family
|
$family-monospace
|
monospace
|
$size-small
|
size
|
$size-7
|
0.75rem
|
$size-normal
|
size
|
$size-6
|
1rem
|
$size-medium
|
size
|
$size-5
|
1.25rem
|
$size-large
|
size
|
$size-4
|
1.5rem
|
$custom-colors
|
keyword
|
null
|
|
$custom-shades
|
keyword
|
null
|
|
$colors
|
function
|
mergeColorMaps(("white": ($white, $black), "black": ($black, $white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)
|
|
$shades
|
function
|
mergeColorMaps(("black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis), $custom-shades)
|
|
$sizes
|
map
|
$size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7
|
|