<?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: Reinout</title>
    <description>The latest articles on DEV Community by Reinout (@reinoute).</description>
    <link>https://dev.to/reinoute</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%2F186974%2Fc01633e3-6d9e-4ae5-ac02-4e49acd7e38b.jpeg</url>
      <title>DEV Community: Reinout</title>
      <link>https://dev.to/reinoute</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reinoute"/>
    <language>en</language>
    <item>
      <title>Sass theme variables generator?</title>
      <dc:creator>Reinout</dc:creator>
      <pubDate>Wed, 12 Aug 2020 09:16:00 +0000</pubDate>
      <link>https://dev.to/reinoute/sass-theme-variables-generator-4mic</link>
      <guid>https://dev.to/reinoute/sass-theme-variables-generator-4mic</guid>
      <description>&lt;p&gt;What I would like to have:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Consistent naming and structure of Sass theme variables across projects (e.g. &lt;code&gt;$color-primary&lt;/code&gt;), so that you don't have to guess the variable names.&lt;/li&gt;
&lt;li&gt;An easy way to generate these variables, for example, using an online generator.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Does something like this exist?&lt;/p&gt;

&lt;p&gt;I know there's the &lt;a href="https://system-ui.com/theme"&gt;System UI specification&lt;/a&gt;, but it doesn't seem actively maintained and there is no Sass version.&lt;/p&gt;

&lt;p&gt;I know TailwindCss has a pretty solid &lt;a href="https://tailwindcss.com/docs/theme#theme-structure"&gt;theme structure&lt;/a&gt;, but I don't want to depend on a CSS framework.&lt;/p&gt;

&lt;p&gt;-- Edit&lt;br&gt;
I'm now using a subset of the Bootstrap variables, but it's just too bloated with stuff that I don't need and some smart Sass functions/maps are missing.&lt;/p&gt;

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