2017-10-17 12:28:59 +03:00
|
|
|
{
|
2024-03-21 16:11:54 +00:00
|
|
|
"lists": ["scheme", "text", "ornament", "code", "link", "status"],
|
|
|
|
|
"scheme": [
|
|
|
|
|
"scheme-main",
|
|
|
|
|
"scheme-main-bis",
|
|
|
|
|
"scheme-main-ter",
|
|
|
|
|
"scheme-invert",
|
|
|
|
|
"scheme-invert-bis",
|
|
|
|
|
"scheme-invert-ter"
|
2017-10-17 12:28:59 +03:00
|
|
|
],
|
2024-03-21 16:11:54 +00:00
|
|
|
"text": ["text", "text-invert", "text-light", "text-strong"],
|
|
|
|
|
"ornament": ["background", "border", "border-light"],
|
|
|
|
|
"code": ["code", "code-background", "pre", "pre-background"],
|
|
|
|
|
"link": ["link-visited"],
|
|
|
|
|
"status": ["text", "link", "primary", "info", "success", "warning", "danger"],
|
|
|
|
|
"sizes": ["small", "normal", "medium", "large"],
|
|
|
|
|
"justColors": ["link", "primary", "info", "success", "warning", "danger"]
|
2019-12-02 18:04:19 -03:00
|
|
|
}
|