app/assets/stylesheets/lines/variables_and_mixins.scss in lines-engine-0.5 vs app/assets/stylesheets/lines/variables_and_mixins.scss in lines-engine-0.6

- old
+ new

@@ -2,12 +2,18 @@ $darkgrey: #333; $lightgrey: #666; $orange: #ee4422; +$red: #c10020; +$black: #100719; +$grey: #9793a0; +$white: #fff; + $SourceSansPro: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif; $MerriweatherSans: 'Merriweather Sans', 'Helvetica', 'Arial', sans-serif; $Merriweather: 'Merriweather', 'Georgia', serif; +$Monospace: 'Fira mono', monospace; @mixin addTransition($x) { transition: all $x+s ease; -o-transition: all $x+s ease; -ms-transition: all $x+s ease; \ No newline at end of file