<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged css</title>
<link>https://ask.clojure.org/index.php/tag/css</link>
<description></description>
<item>
<title>How to produce CSS using Garden</title>
<link>https://ask.clojure.org/index.php/9607/how-to-produce-css-using-garden</link>
<description>&lt;p&gt;I would like to produce, say, below CSS using &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/noprompt/garden/&quot;&gt;Garden&lt;/a&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;.block-main &amp;gt; header {
  height: 100px;
  padding: 32px;
  margin: 0;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So far I'm living with this&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(css [:.block-main
   [&quot;&amp;gt; header&quot;
    {:height &quot;100px&quot;}
    {:padding &quot;32px&quot;}
    {:margin '0}]])
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I've no idea, whether it's proper or not; neither I can find any example anywhere. Please help.&lt;/p&gt;
</description>
<category>Libs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/9607/how-to-produce-css-using-garden</guid>
<pubDate>Tue, 15 Sep 2020 12:42:14 +0000</pubDate>
</item>
</channel>
</rss>