Sha256: 5ab440d6fdddd5b6ae9599adfe3a802d8329b246592984a5327d1f4f17e62c16

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 Bytes

Contents

// literal colors

$white: white
$black: #000

$light: #fff

$red: red

// semantic color mappings

$light-color: $white

$light-background-color: $white
$dark-background-color: $black

$light-text-color: $light

$error-color: $red

$function-generated-hex: lighten(#00ff00, 30%)

$rgba_color: rgba(0, 200, 0, 0.9)

@import scss_partial

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smurfville-0.1.2 test/dummy/app/assets/stylesheets/application.css.sass
smurfville-0.1.1 test/dummy/app/assets/stylesheets/application.css.sass
smurfville-0.1.0 test/dummy/app/assets/stylesheets/application.css.sass