<?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: Vexkiddy</title>
    <description>The latest articles on DEV Community by Vexkiddy (@vexkiddy).</description>
    <link>https://dev.to/vexkiddy</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%2F324616%2F64311b25-cca0-4246-9c00-a1434ef0fd8a.jpeg</url>
      <title>DEV Community: Vexkiddy</title>
      <link>https://dev.to/vexkiddy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vexkiddy"/>
    <language>en</language>
    <item>
      <title>Compiling external .scss files when changed ?</title>
      <dc:creator>Vexkiddy</dc:creator>
      <pubDate>Sun, 26 Jan 2020 21:00:37 +0000</pubDate>
      <link>https://dev.to/vexkiddy/compiling-external-scss-files-when-changed-4c0</link>
      <guid>https://dev.to/vexkiddy/compiling-external-scss-files-when-changed-4c0</guid>
      <description>&lt;p&gt;Does anyone know how to setup &lt;code&gt;Parcel&lt;/code&gt; and &lt;code&gt;Svelte&lt;/code&gt; so that when you save external &lt;code&gt;.scss&lt;/code&gt; that are imported into components, that it forces a recompile of all components that use that &lt;code&gt;.scss&lt;/code&gt; ? &lt;/p&gt;

&lt;p&gt;So I have something like this in lots of different components, but saving the &lt;code&gt;.scss&lt;/code&gt; file doesn't update anything, only resaving the actual component will update the view :(&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;style lang="scss"&amp;gt;&lt;/code&gt;&lt;br&gt;
  &lt;code&gt;@import 'src/css/variables.scss';&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;.app-wrapper {&lt;/code&gt;&lt;br&gt;
    &lt;code&gt;background-color: $background-color;&lt;/code&gt;&lt;br&gt;
  &lt;code&gt;}&lt;/code&gt;&lt;br&gt;
&lt;code&gt;&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/p&gt;

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