view testdata/sugar/styles.gcss @ 36:a88ccfbd4103 draft

fixed variable override order
author zaitsev.serge
date Wed, 02 Sep 2015 17:43:31 +0000
parents 0214b1b5f5eb
children
line wrap: on
line source

$base-font: Helvetica, sans-serif
$main-color: blue

body
  font: 100% $base-font
  color: $main-color