Set default theme color. Can be a name from the palettes map, an other color value, or false
String|Color|Bool
$button-theme: false
Include SMG-type gradient background.
List
$logo-panel-gradient: $c-green $c-blue $c-purple
Add soft-fade to bg gradient.
Bool
$logo-panel-gradient-animated: true
Set text color.
Color
$logo-panel-color: white
Set mobile-collapse point, as media query
String
$menu-width: ">=" + (600px + 50px + 130px)
Var defines the base selector for output.
String
$pagination-base-selector: ".c-pagination"
defines the selector for page items
String
$pagination-page-selector: ".c-pagination__page"
defines the selector for ‘prev’ page item
String
$pagination-prev-selector: ".prev"
defines the selector for ‘next page item’
String
$pagination-next-selector: ".next"
defines the padding around the page items
String|List
$pagination-item-padding: 0.75rem 1.25rem
If false, don’t display page number links on mobile, only next/previous links.
Bool
$pagination-mobile-items: false