<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tom Franssen</title>
    <description>The latest articles on DEV Community by Tom Franssen (@tom_franssen_b0b5a05dedeb).</description>
    <link>https://dev.to/tom_franssen_b0b5a05dedeb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3786577%2F914ff5da-32d0-43ac-8aea-370266f81439.png</url>
      <title>DEV Community: Tom Franssen</title>
      <link>https://dev.to/tom_franssen_b0b5a05dedeb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tom_franssen_b0b5a05dedeb"/>
    <language>en</language>
    <item>
      <title>My Tailwind style guide</title>
      <dc:creator>Tom Franssen</dc:creator>
      <pubDate>Mon, 23 Feb 2026 12:12:29 +0000</pubDate>
      <link>https://dev.to/tom_franssen_b0b5a05dedeb/my-tailwind-style-guide-ldf</link>
      <guid>https://dev.to/tom_franssen_b0b5a05dedeb/my-tailwind-style-guide-ldf</guid>
      <description>&lt;p&gt;We use Tailwind CSS in production to power our e-commerce frontend (Vue.js + SSR) and kept running into the same problem: jumping between the&lt;br&gt;
  Tailwind docs to visually compare utility classes.&lt;/p&gt;

&lt;p&gt;So we built a single-page style guide that shows everything rendered side by side.&lt;/p&gt;

&lt;p&gt;## What's in it&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Typography&lt;/strong&gt; — every font size, weight, line height, and letter spacing rendered live&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Colors&lt;/strong&gt; — full palette swatches with class names and hex values&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Spacing&lt;/strong&gt; — padding and margin scale visualized with colored boxes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexbox &amp;amp; Grid&lt;/strong&gt; — common layout patterns with live examples&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Borders &amp;amp; Rounded&lt;/strong&gt; — every border-radius variant from &lt;code&gt;rounded-none&lt;/code&gt; to &lt;code&gt;rounded-full&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shadows&lt;/strong&gt; — &lt;code&gt;shadow-sm&lt;/code&gt; through &lt;code&gt;shadow-2xl&lt;/code&gt; on actual cards&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive breakpoints&lt;/strong&gt; — table with pixel values + a live breakpoint indicator&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Common patterns&lt;/strong&gt; — card, button set, navbar, and form components with copy-paste markup&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every section includes the rendered result AND the code snippet.&lt;/p&gt;

&lt;p&gt;## Check it out&lt;/p&gt;

&lt;p&gt;&lt;a href="https://winkelstraatnl.github.io/tailwind-style-guide/" rel="noopener noreferrer"&gt;https://winkelstraatnl.github.io/tailwind-style-guide/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The page itself is built entirely with Tailwind (eats its own dog food). It's a single HTML file with no build step — just the Tailwind CDN.&lt;/p&gt;

&lt;p&gt;We keep it open as a quick reference for our team and figured it might be useful for others too. Feedback welcome.&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>css</category>
      <category>styleguide</category>
    </item>
  </channel>
</rss>
