<?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: sivaram</title>
    <description>The latest articles on DEV Community by sivaram (@sivaram636).</description>
    <link>https://dev.to/sivaram636</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%2F4452%2F3Si4oKLp.jpg</url>
      <title>DEV Community: sivaram</title>
      <link>https://dev.to/sivaram636</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sivaram636"/>
    <language>en</language>
    <item>
      <title>I built this site without a single line of custom CSS</title>
      <dc:creator>sivaram</dc:creator>
      <pubDate>Fri, 06 Mar 2020 10:55:21 +0000</pubDate>
      <link>https://dev.to/sivaram636/i-built-this-site-without-a-single-line-of-custom-css-5c9b</link>
      <guid>https://dev.to/sivaram636/i-built-this-site-without-a-single-line-of-custom-css-5c9b</guid>
      <description>&lt;h3&gt;
  
  
  I built this site without a single line of custom CSS
&lt;/h3&gt;

&lt;p&gt;I was playing with the tailwind CSS over the weekend. I loved the way how it works. If you are not aware of what tailwind is, check it out here &lt;a href="https://tailwindcss.com"&gt;tailwind&lt;/a&gt;. It is a utility first CSS framework where you have to write a bunch of classes instead of writing CSS properties. &lt;/p&gt;

&lt;p&gt;I have used bootstrap for most of the things I have ever done so far. But right now am afraid that I will never go back to bootstrap again :) The main problem what I faced with the bootstrap is, it was preloaded with a bunch of styles. Whenever I want to customize it I have to override their style and write my own on top of it Which I feel its inefficient way. Since I moved to tailwind I could use purgecss like plugins to remove unused CSS in the bundle which I couldn't do it with bootstrap. I am really happy with the way tailwind is going and it has radically improved the way I build a website with custom designs.&lt;br&gt;
This is my first site using tailwind. Please check it out here &lt;a href="https://supportexamples.com"&gt;supportexamples.com&lt;/a&gt; and happy to share it with you all. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>vue</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
