<?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: Loubna</title>
    <description>The latest articles on DEV Community by Loubna (@ltns_t_64398ce41f3fb573).</description>
    <link>https://dev.to/ltns_t_64398ce41f3fb573</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3260122%2F1c160a93-2dcd-4e6e-85d8-bee9ab6751cc.png</url>
      <title>DEV Community: Loubna</title>
      <link>https://dev.to/ltns_t_64398ce41f3fb573</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ltns_t_64398ce41f3fb573"/>
    <language>en</language>
    <item>
      <title># Theme Lens: a VS Code extension that shows design tokens on hover</title>
      <dc:creator>Loubna</dc:creator>
      <pubDate>Sat, 25 Jul 2026 23:19:36 +0000</pubDate>
      <link>https://dev.to/ltns_t_64398ce41f3fb573/-theme-lens-a-vs-code-extension-that-shows-design-tokens-on-hover-gbe</link>
      <guid>https://dev.to/ltns_t_64398ce41f3fb573/-theme-lens-a-vs-code-extension-that-shows-design-tokens-on-hover-gbe</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; I built a VS Code extension that shows the design token behind a Tailwind class instantly, so you never have to dig through config files to find it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I worked on multiple client projects. A common part of building a design system or UI is checking that values from Figma match the design tokens used in the project. For many clients, we build custom tokens: colors, spacing, radius, typography.&lt;/p&gt;

&lt;p&gt;Before final review or QA, this becomes tedious. You have to search for the token in your code, find its value, and match it against Figma manually.&lt;/p&gt;

&lt;h2&gt;
  
  
  The gap
&lt;/h2&gt;

&lt;p&gt;Tailwind's own extension only covers native classes. It does not support custom tokens. So I built one that does, for both Tailwind v3 and v4.&lt;/p&gt;

&lt;p&gt;The idea is simple: hover on a custom class, see the design token behind it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it helps with
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Shows the design token behind a Tailwind class directly on hover, no manual searching through config files&lt;/li&gt;
&lt;li&gt;Works with Tailwind v4's new &lt;code&gt;@theme&lt;/code&gt; config &lt;/li&gt;
&lt;li&gt;Catches token mismatches before code review or QA&lt;/li&gt;
&lt;li&gt;Speeds up UI integration work on client design systems&lt;/li&gt;
&lt;li&gt;Reduces tool switching during implementation. You still check Figma, but less often and faster&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It is live now on &lt;a href="https://marketplace.visualstudio.com/items?itemName=ltns.theme-lens-core" rel="noopener noreferrer"&gt;VS Code Marketplace&lt;/a&gt; and &lt;a href="https://open-vsx.org/extension/ltns/theme-lens-core" rel="noopener noreferrer"&gt;Open VSX&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>vscode</category>
      <category>extensions</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
