mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Add documentation of all CSS variables available
This commit is contained in:
@@ -10,9 +10,9 @@ $hero-body-padding-small: 1.5rem !default;
|
||||
$hero-body-padding-medium: 9rem 4.5rem !default;
|
||||
$hero-body-padding-large: 18rem 6rem !default;
|
||||
|
||||
$hero-gradient-h-offset: 5deg;
|
||||
$hero-gradient-s-offset: 10%;
|
||||
$hero-gradient-l-offset: 5%;
|
||||
$hero-gradient-h-offset: 5deg !default;
|
||||
$hero-gradient-s-offset: 10% !default;
|
||||
$hero-gradient-l-offset: 5% !default;
|
||||
|
||||
$hero-colors: dv.$colors !default;
|
||||
|
||||
@@ -25,6 +25,9 @@ $hero-colors: dv.$colors !default;
|
||||
"hero-body-padding-small": #{$hero-body-padding-small},
|
||||
"hero-body-padding-medium": #{$hero-body-padding-medium},
|
||||
"hero-body-padding-large": #{$hero-body-padding-large},
|
||||
"hero-gradient-h-offset": #{$hero-gradient-h-offset},
|
||||
"hero-gradient-s-offset": #{$hero-gradient-s-offset},
|
||||
"hero-gradient-l-offset": #{$hero-gradient-l-offset},
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user