<?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: Ved Patel</title>
    <description>The latest articles on DEV Community by Ved Patel (@vedpatel226).</description>
    <link>https://dev.to/vedpatel226</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%2F3035867%2Ffa879884-bfba-4735-85cc-48a4bd2100f6.png</url>
      <title>DEV Community: Ved Patel</title>
      <link>https://dev.to/vedpatel226</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vedpatel226"/>
    <language>en</language>
    <item>
      <title>Rusty Cascading Style Sheets - v0.2.2</title>
      <dc:creator>Ved Patel</dc:creator>
      <pubDate>Sun, 04 May 2025 15:36:09 +0000</pubDate>
      <link>https://dev.to/vedpatel226/rusty-cascading-style-sheets-v022-1eoh</link>
      <guid>https://dev.to/vedpatel226/rusty-cascading-style-sheets-v022-1eoh</guid>
      <description>&lt;p&gt;v0.2.2 brings MAJOR bug fixes and MAJOR optimizations to RCSS! It also concludes the rewrite, which will be the main branch from now on.&lt;/p&gt;

&lt;p&gt;If you didn't already know, Rusty Cascading Style Sheets (RCSS) is a CSS preprocessor with rust syntax! (It is also similar to a LOT of other langs out there, go check it out!)&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://github.com/ved-patel226/RCSS" rel="noopener noreferrer"&gt;Github&lt;/a&gt;
&lt;/h2&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>css</category>
      <category>rcss</category>
    </item>
    <item>
      <title>Rusty Cascading Style Sheets - The next big CSS preprocessor?</title>
      <dc:creator>Ved Patel</dc:creator>
      <pubDate>Sun, 04 May 2025 01:40:28 +0000</pubDate>
      <link>https://dev.to/vedpatel226/rusty-cascading-style-sheets-the-next-big-css-preprocessor-32hm</link>
      <guid>https://dev.to/vedpatel226/rusty-cascading-style-sheets-the-next-big-css-preprocessor-32hm</guid>
      <description>&lt;h2&gt;
  
  
  &lt;a href="https://github.com/ved-patel226/RCSS" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Rusty Cascading Style Sheets (RCSS) is a CSS preprocessor with rust syntax! (It is also similar to a LOT of other langs out there, go check it out!)&lt;/p&gt;

&lt;p&gt;Example Syntax:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;use common::variables::*;

let var: “40px”;


fn padding() {
    padding: 10px;
}

.container {
    width: 50%;
    padding();

    &amp;amp;:hover {
        padding: &amp;amp;var;
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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