garden

2021-03-14T02:24:48.003300Z

Hello, got get some help, new to Garden

2021-03-14T02:25:16.003700Z

#garden.types.CSSAtRule{:identifier :media, :value {:media-queries {:min-width "640px"}, :rules ([:.container {:max-width "640px"}])}} => for what purpose garden.types.CSSAtRule are used?

jimmy 2021-03-14T13:09:13.005100Z

Looks like an implementation detail for any css rules that start with @. Things like media queries. You can see about those here. https://github.com/noprompt/garden/wiki/Media-Queries