css

For all your CSS related content...
grounded_sage 2016-03-02T06:29:58.000037Z

does anyone know the way to use media queries?

grounded_sage 2016-03-02T06:30:47.000038Z

@niamu: sorry to ping you. Just wondering regarding question above?

niamu 2016-03-02T06:31:12.000039Z

Like in general with CSS or specifically with garden?

grounded_sage 2016-03-02T06:31:49.000040Z

garden

niamu 2016-03-02T06:37:23.000041Z

I haven’t personally done that yet but give me a couple minutes and I can work it out.

grounded_sage 2016-03-02T06:37:52.000042Z

I'm looking at Mesh to see if I can extract it from there. Which may help you help me 😛 https://github.com/facjure/mesh

niamu 2016-03-02T06:40:44.000044Z

I got it.

grounded_sage 2016-03-02T06:41:19.000045Z

`(css (at-media {:max-width (px 600)} [:body {:background 'blue}])) "@media (max-width: 600px) {\n\n body {\n background: blue;\n }\n\n}"

niamu 2016-03-02T06:41:37.000046Z

yeah, that’s essentially what I was about to type.

grounded_sage 2016-03-02T06:41:38.000047Z

woops lol forgot thing on end. Need to pull in from Stylesheet (at-media)

grounded_sage 2016-03-02T06:41:50.000048Z

Cheers!

niamu 2016-03-02T06:42:06.000049Z

That wasn’t so hard. 😛

grounded_sage 2016-03-02T06:42:08.000050Z

Figured it out anyways. But thank you for helping!

niamu 2016-03-02T06:42:16.000051Z

Any time