Johan Codinha

Results 4 issues of Johan Codinha

Add tools.deps install instruction.

``` (o/defstyled table-body-el :div {:display :grid} [:b {:border-right "1px solid grey"}]) (render-to-string [table-body-el [:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a 1][:a...

`(o/defstyled Test :div {:color :red} [:p :span {:color :blue}])` expand to this css string => .ns__Test{color:red}.ns__Test p{color:blue} expected is => .ns__Test{color:red}.ns__Test p span{color:blue} Here's the Garden rule [doc](https://github.com/noprompt/garden/wiki/Syntax#rules)

Dynamic resolver could be further optimize by the planner to avoid unnecessary call to external services. They tend to be used to talk to external services (DB, graphql, API) round...