Fork me on GitHub
#garden
<
2021-03-14
>
Ian Fernandez02:03:48

Hello, got get some help, new to Garden

Ian Fernandez02:03:16

#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 Miller13:03:13

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