Sha256: 56269c484ba111fc56de080c3c925ae852e3373ed2403229c61e345c9bda5607
Contents?: true
Size: 860 Bytes
Versions: 4
Compression:
Stored size: 860 Bytes
Contents
// Fonts @import font-awesome // Variables $primaryColor: #1492d6 $secondaryColor: $primaryColor - #333 $tertiaryColor: #E2770F $green: #398927 $red: #a7001f $yellow: #e5c105 $default: "Helvetica Neue", Helvetica, Arial, sans-serif $font: $default // Spriting @import "study_engine/sprite/*.png" @include all-sprite-sprites // Global Mixins @mixin constant-width( $width ) width: $width min-width: $width max-width: $width @mixin constant-height( $height ) height: $height min-height: $height max-height: $height @mixin variable-height( $h1: 300px, $h2: 800px) height: $h1 min-height: $h1 max-height: $h2 // Imports @import "mixins/*" @import "base/*" @import "components/*" //@import "components/-chart/*" @import "components/-fields/*" //@import "components/-form/*" @import "components/-nav/*" @import "components/-table/*"
Version data entries
4 entries across 4 versions & 1 rubygems