garden

aleksandr 2018-06-01T02:39:10.000277Z

Hello everyone!

hkupty 2018-06-01T07:44:55.000379Z

Hi!

jazzytomato 2018-06-01T09:32:56.000244Z

Hello, I am trying to use the library https://github.com/crimeminister/garden-tachyons which is a port of tachyons to garden, and I would like to customise the config in https://github.com/crimeminister/garden-tachyons/blob/master/src/ca/clojurist/styles/tachyons/config/colors.clj but I don't know what's the best way to do it? I was thinking that this would work but it doesn't seem to:

(with-redefs [ca.clojurist.styles.tachyons.config.colors/orange "#fbf1a9"]
  (defstyles screen
    [tachyons/styles]))