garden

yury.solovyov 2017-07-03T14:17:13.544910Z

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

yury.solovyov 2017-07-03T14:17:35.555288Z

is there a way to re-use styles nicely?

yury.solovyov 2017-07-03T14:18:17.574755Z

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

yury.solovyov 2017-07-03T14:18:24.577851Z

like that maybe?