Sha256: 8cca5408f9908b5d0ef96f4f63bf964e63291df21948110815ee3ac84719c9d8
Contents?: true
Size: 664 Bytes
Versions: 4
Compression:
Stored size: 664 Bytes
Contents
--- --- @import "bootstrap/bootstrap-utilities"; $theme-colors: ( "primary": $primary, "secondary": $secondary, "success": $success, "info": $info, "warning": $warning, "danger": $danger, "light": $light, "dark": $dark, "gray": $gray-600, "blue": $blue, "indigo": $indigo, "purple": $purple, "red": $red, "orange": $orange, "yellow": $yellow, "green": $green, "teal": $teal, "cyan": $cyan ); $container-max-widths: ( sm: 540px, md: 720px, lg: 960px ); @import "custom-variables"; @import "bootstrap/bootstrap"; @import "custom-styles";
Version data entries
4 entries across 4 versions & 1 rubygems