<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Css on Benny Simmonds</title>
    <link>https://www.bencode.io/categories/css/</link>
    <description>Recent content in Css on Benny Simmonds</description>
    <generator>Hugo -- 0.149.1</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Dec 2025 17:45:00 +1100</lastBuildDate>
    <atom:link href="https://www.bencode.io/categories/css/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Shadcn UI Quick Reference</title>
      <link>https://www.bencode.io/posts/shadcn/</link>
      <pubDate>Mon, 01 Dec 2025 17:45:00 +1100</pubDate>
      <guid>https://www.bencode.io/posts/shadcn/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#wat&#34;&gt;wat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#componentsjson&#34;&gt;components.json&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-cn-helper&#34;&gt;The &lt;code&gt;cn()&lt;/code&gt; Helper&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#globalscss--theming&#34;&gt;globals.css &amp;amp; Theming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#dark-mode&#34;&gt;Dark Mode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#dependencies-explained&#34;&gt;Dependencies Explained&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#cva-example&#34;&gt;CVA Example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#blocks-vs-components&#34;&gt;Blocks vs Components&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#quick-start-workflow&#34;&gt;Quick Start Workflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#forms-with-tanstack--shadcnui&#34;&gt;Forms with TanStack + shadcn/ui&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#claude-code--mcp-tips&#34;&gt;Claude Code + MCP Tips&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#essential-commands&#34;&gt;Essential Commands&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mental-model&#34;&gt;Mental Model&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;wat&#34;&gt;wat&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;shadcn/ui is a set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks and AI models. Open Source. Open Code.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;componentsjson&#34;&gt;components.json&lt;/h2&gt;
&lt;p&gt;Controls how CLI installs components, paths, and styling preferences.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pro CSS</title>
      <link>https://www.bencode.io/posts/procss/</link>
      <pubDate>Sat, 10 May 2025 17:55:56 +1000</pubDate>
      <guid>https://www.bencode.io/posts/procss/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#modern-css-fundamentals&#34;&gt;Modern CSS Fundamentals&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#baseline&#34;&gt;Baseline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#progressive-enhancement&#34;&gt;Progressive Enhancement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#logical-properties-and-values&#34;&gt;Logical properties and values&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#css-reset&#34;&gt;CSS Reset&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#css-cascade-layers&#34;&gt;CSS Cascade Layers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#css-custom-properties-variables&#34;&gt;CSS Custom Properties (variables)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#colors&#34;&gt;Colors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#typography&#34;&gt;Typography&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#media-queries-and-custom-properties&#34;&gt;Media queries and custom properties&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#structured-custom-properties&#34;&gt;Structured custom properties&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#base-styles&#34;&gt;Base styles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#meaningful-links&#34;&gt;Meaningful links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#big-picture-design-system&#34;&gt;Big picture design system&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#wrappers&#34;&gt;Wrappers&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#modifiers&#34;&gt;Modifiers&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#option-1-bem-approach&#34;&gt;Option 1: BEM approach&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#option-2-data-attributes&#34;&gt;Option 2: Data attributes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#landmark-regions&#34;&gt;Landmark regions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#gems&#34;&gt;Gems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#resources&#34;&gt;Resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;modern-css-fundamentals&#34;&gt;Modern CSS Fundamentals&lt;/h2&gt;
&lt;h3 id=&#34;baseline&#34;&gt;Baseline&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;https://web-platform-dx.github.io/web-features/&#34;&gt;Baseline&lt;/a&gt; features are ones that are supported by all the major browsers (Chrome, Edge, Safari, and Firefox). Both the &lt;a href=&#34;https://developer.mozilla.org/en-US/&#34;&gt;MDN web docs&lt;/a&gt; and &lt;a href=&#34;https://caniuse.com/&#34;&gt;caniuse&lt;/a&gt; show when a feature has reached either the Newly available or Widely available threshold.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
