A friendly-vibes CSS framework designed for those whose eyes sparkle at the sight of a rounded typeface and saturated colors.
See documentation here: here
Submit it in the issues
Licensed under the MIT License by Sky Davis
- Navigation
- List UL
- Card Groups
- Tabs
- Grid Update
- For buttons add scss map ie:
@each $color in $theme-colors {
.btn-#{$color} {
background-color: map-get($theme-colors, #{$color}) !important;
}
- Refactor gradients.scss into a mixin