<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>css &amp;mdash; Build stuff; Break stuff; Have fun!</title>
    <link>https://barfooz.xyz/tag:css</link>
    <description>barfooz.xyz</description>
    <pubDate>Mon, 01 Jun 2026 14:28:40 +0000</pubDate>
    <image>
      <url>https://i.snap.as/btoNrLSF.png</url>
      <title>css &amp;mdash; Build stuff; Break stuff; Have fun!</title>
      <link>https://barfooz.xyz/tag:css</link>
    </image>
    <item>
      <title>CSS: light-dark(lightColor, darkColor)</title>
      <link>https://barfooz.xyz/css-light-dark-lightcolor-darkcolor?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[This is a little gem I&#39;ve found. In the future, this can save some lines of code.&#xA;&#xA;An example implementation could be:&#xA;:root {&#xA;  --theme-bg-light: #eeeeee;&#xA;  --theme-bg-dark: #111111;&#xA;}&#xA;&#xA;.my-component {&#xA;  background-color: light-dark(var(--theme-bg-light), var(--theme-bg-dark));&#xA;}&#xA;&#xA;I&#39;m excited to use this feature in non-tailwind projects. :)&#xA;&#xA;---&#xA;&#xA;38/100 of #100DaysToOffload&#xA;&#xA;#log #dev #css&#xA;&#xA;a href=&#34;https://remark.as/p/barfooz.xyz/css-light-dark-lightcolor-darkcolor&#34;Discuss.../a]]&gt;</description>
      <content:encoded><![CDATA[<p>This is a little gem I&#39;ve found. In the future, this can save some lines of code.</p>

<p>An example implementation could be:</p>

<pre><code class="language-css">:root {
  --theme-bg-light: #eeeeee;
  --theme-bg-dark: #111111;
}

.my-component {
  background-color: light-dark(var(--theme-bg-light), var(--theme-bg-dark));
}
</code></pre>

<p>I&#39;m excited to use this feature in non-tailwind projects. :)</p>

<hr/>

<p>38/100 of <a href="https://barfooz.xyz/tag:100DaysToOffload" class="hashtag"><span>#</span><span class="p-category">100DaysToOffload</span></a></p>

<p><a href="https://barfooz.xyz/tag:log" class="hashtag"><span>#</span><span class="p-category">log</span></a> <a href="https://barfooz.xyz/tag:dev" class="hashtag"><span>#</span><span class="p-category">dev</span></a> <a href="https://barfooz.xyz/tag:css" class="hashtag"><span>#</span><span class="p-category">css</span></a></p>

<p><a href="https://remark.as/p/barfooz.xyz/css-light-dark-lightcolor-darkcolor">Discuss...</a></p>
]]></content:encoded>
      <guid>https://barfooz.xyz/css-light-dark-lightcolor-darkcolor</guid>
      <pubDate>Tue, 19 Nov 2024 19:08:04 +0000</pubDate>
    </item>
    <item>
      <title>CSS: align-items: &#34;last baseline&#34;;</title>
      <link>https://barfooz.xyz/css-align-items-last-baseline?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Lately, I discovered this CSS value of the align-items property, which I didn&#39;t know about. I just wanted to share it. For me, it came quite handy in a project.&#xA;&#xA;align-items: &#34;last baseline&#34;;&#xA;More about this feature:&#xA;&#xA; https://web.dev/blog/last-baseline?hl=en&#xA; https://devdocs.io/css/align-items#baseline&#xA;&#xA;I hope it will help someone.&#xA;&#xA;---&#xA;&#xA;28/100 of #100DaysToOffload&#xA;&#xA;#log #dev #css&#xA;&#xA;a href=&#34;https://remark.as/p/barfooz.xyz/css-align-items-last-baseline&#34;Discuss.../a]]&gt;</description>
      <content:encoded><![CDATA[<p>Lately, I discovered this CSS value of the <code>align-items</code> property, which I didn&#39;t know about. I just wanted to share it. For me, it came quite handy in a project.</p>

<pre><code>align-items: &#34;last baseline&#34;;
</code></pre>

<p>More about this feature:</p>
<ul><li><a href="https://web.dev/blog/last-baseline?hl=en">https://web.dev/blog/last-baseline?hl=en</a></li>
<li><a href="https://devdocs.io/css/align-items#baseline">https://devdocs.io/css/align-items#baseline</a></li></ul>

<p>I hope it will help someone.</p>

<hr/>

<p>28/100 of <a href="https://barfooz.xyz/tag:100DaysToOffload" class="hashtag"><span>#</span><span class="p-category">100DaysToOffload</span></a></p>

<p><a href="https://barfooz.xyz/tag:log" class="hashtag"><span>#</span><span class="p-category">log</span></a> <a href="https://barfooz.xyz/tag:dev" class="hashtag"><span>#</span><span class="p-category">dev</span></a> <a href="https://barfooz.xyz/tag:css" class="hashtag"><span>#</span><span class="p-category">css</span></a></p>

<p><a href="https://remark.as/p/barfooz.xyz/css-align-items-last-baseline">Discuss...</a></p>
]]></content:encoded>
      <guid>https://barfooz.xyz/css-align-items-last-baseline</guid>
      <pubDate>Thu, 30 May 2024 08:58:58 +0000</pubDate>
    </item>
  </channel>
</rss>