Hello everyone!
Hi!
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]))