Fork me on GitHub
#garden
<
2017-07-03
>
yury.solovyov14:07:13

[:.info-row (merge high-row {
  :border-bottom (str "1px " theme-white " solid")
})]

yury.solovyov14:07:35

is there a way to re-use styles nicely?

yury.solovyov14:07:17

[:.info-row {
  :extend high-row 
  :border-bottom (str "1px " theme-white " solid")
}]

yury.solovyov14:07:24

like that maybe?