<?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: Abigail Colina</title>
    <description>The latest articles on DEV Community by Abigail Colina (@maenad).</description>
    <link>https://dev.to/maenad</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%2F213050%2F7eb2c3de-80ba-4ba5-bbf5-e27dc67b4bdb.jpg</url>
      <title>DEV Community: Abigail Colina</title>
      <link>https://dev.to/maenad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maenad"/>
    <language>en</language>
    <item>
      <title>Hacktoberfest</title>
      <dc:creator>Abigail Colina</dc:creator>
      <pubDate>Wed, 06 Jan 2021 17:05:16 +0000</pubDate>
      <link>https://dev.to/maenad/hacktoberfest-1mn2</link>
      <guid>https://dev.to/maenad/hacktoberfest-1mn2</guid>
      <description>&lt;p&gt;I forgot to create a post when I finished 2020s entries, 2nd year in a row.&lt;br&gt;
Now I am patiently waiting for my goodies :D.&lt;/p&gt;

&lt;p&gt;I did everything UI related this year, most of it was CSS.&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
    </item>
    <item>
      <title>[ESP] Cómo agregar SASS a tu proyecto de React</title>
      <dc:creator>Abigail Colina</dc:creator>
      <pubDate>Thu, 19 Mar 2020 16:34:32 +0000</pubDate>
      <link>https://dev.to/maenad/esp-como-agregar-sass-a-tu-proyecto-de-react-1h32</link>
      <guid>https://dev.to/maenad/esp-como-agregar-sass-a-tu-proyecto-de-react-1h32</guid>
      <description>&lt;p&gt;Cuando empecé a experimentar con SASS, lo primero que hice fue buscarme un plugin de VSCode para que agregase la herramienta automáticamente a mi sistema; sin embargo, cuando comencé a trabajar en proyectos conjuntos con personas que utilizaban otros editores de código, la utilización del plugin se convirtió en un problema.&lt;/p&gt;

&lt;p&gt;A principios de año me tomé el tiempo de revisar varios videos de YouTube y encontré una manera bastante rápida y fácil de agregar SASS a un proyecto de React que recién comienza (¡para los que van avanzados también se puede adaptar!)&lt;/p&gt;

&lt;p&gt;Seguro hay mil maneras más de hacerlo, pero esta es la que yo encontré y me ha funcionado muy bien.&lt;/p&gt;

&lt;h2&gt;
  
  
  AQUÍ VAMOS:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Crea tu proyecto de React en el editor de código que quieras.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Abre la terminal que usas siempre y escribe&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;npm install --save-dev node-sass&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Crea una carpeta llamada &lt;em&gt;Styles&lt;/em&gt; dentro de tu carpeta &lt;code&gt;src&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dentro de la carpeta &lt;em&gt;Styles&lt;/em&gt; crea un archivo &lt;em&gt;variables.scss&lt;/em&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cambia &lt;em&gt;App.css&lt;/em&gt; a &lt;em&gt;App.scss&lt;/em&gt; sobre-escribiéndolo y mueve el archivo dentro de la carpeta &lt;em&gt;Styles&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ve a &lt;em&gt;App.js&lt;/em&gt; y cambia &lt;em&gt;App.css&lt;/em&gt; a &lt;em&gt;App.scss&lt;/em&gt;. Esto debería aparecerte en la parte superior, donde están los archivos importados (imports).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dentro de &lt;em&gt;App.scss&lt;/em&gt; importa tu archivo de variables (&lt;em&gt;variables.scss&lt;/em&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;¡LISTO!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Si te da flojera seguir estos pasos o estás muy apurado, cree un repo descargable que ya tiene todo esto implementado. ¡Lo puedes usar sin problema!&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="http://bit.ly/2QpFdHJ"&gt;¡Aquí está!&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;¿Se rompió todo? ¿Le ves algo raro? Avísame y lo arreglamos 😉&lt;/p&gt;

</description>
      <category>spanish</category>
      <category>react</category>
      <category>sass</category>
    </item>
    <item>
      <title>Hacktoberfest goodies are here!</title>
      <dc:creator>Abigail Colina</dc:creator>
      <pubDate>Mon, 13 Jan 2020 12:28:37 +0000</pubDate>
      <link>https://dev.to/maenad/hacktoberfest-goodies-are-here-4npb</link>
      <guid>https://dev.to/maenad/hacktoberfest-goodies-are-here-4npb</guid>
      <description>&lt;p&gt;So, after 3-4 months, my Hacktoberfest goodies arrived!&lt;/p&gt;

&lt;p&gt;I am very happy since this was my first participation in this type of events and even if it seems cliche, it's very motivating and inspiring!&lt;/p&gt;

</description>
      <category>hacktoberfest</category>
      <category>hackathon</category>
      <category>goodies</category>
      <category>merchandise</category>
    </item>
    <item>
      <title>How to quickly add SASS to your React project</title>
      <dc:creator>Abigail Colina</dc:creator>
      <pubDate>Sat, 04 Jan 2020 21:37:59 +0000</pubDate>
      <link>https://dev.to/maenad/how-to-quickly-add-sass-to-your-react-project-428g</link>
      <guid>https://dev.to/maenad/how-to-quickly-add-sass-to-your-react-project-428g</guid>
      <description>&lt;p&gt;When I first started experimenting with SASS, the first thing I did was look for a VS Code plug-in to add SASS automatically to my project; nevertheless, when I started working with other people that had different code editors, this became an issue.&lt;br&gt;
I took the time to check some YouTube videos and found a quick way to add SASS to your React project, no matter in which state the project is.&lt;/p&gt;

&lt;p&gt;I'm not going to make this as those people who create food recipes that tell their life story before posting the actual information, so...&lt;/p&gt;

&lt;h2&gt;
  
  
  Here we go:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Create your React project&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open your terminal of choice and input:&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;npm install --save-dev node-sass&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Create a folder called &lt;em&gt;Styles&lt;/em&gt; inside your &lt;code&gt;src&lt;/code&gt; folder.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Inside the &lt;em&gt;Styles&lt;/em&gt; folder create a &lt;em&gt;variables.scss&lt;/em&gt; sheet.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Convert &lt;em&gt;App.css&lt;/em&gt; to &lt;em&gt;App.scss&lt;/em&gt; and move it inside &lt;em&gt;Styles&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to &lt;em&gt;App.js&lt;/em&gt; and change &lt;em&gt;App.css&lt;/em&gt; to &lt;em&gt;App.scss&lt;/em&gt;. It should be at the top, on your imports.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Go to &lt;em&gt;App.scss&lt;/em&gt; and import your variables sheet (&lt;em&gt;variables.scss&lt;/em&gt;)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;THAT'S IT!&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;If you are lazy or just in a hurry, I created a downloadable repo with all of the above already implemented. &lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;a href="http://bit.ly/2QpFdHJ"&gt;Here it is!&lt;/a&gt;
&lt;/h1&gt;




</description>
      <category>sass</category>
      <category>react</category>
      <category>github</category>
    </item>
    <item>
      <title>I completed Hacktoberfest!</title>
      <dc:creator>Abigail Colina</dc:creator>
      <pubDate>Sat, 04 Jan 2020 14:30:36 +0000</pubDate>
      <link>https://dev.to/maenad/i-completed-hacktoberfest-4d21</link>
      <guid>https://dev.to/maenad/i-completed-hacktoberfest-4d21</guid>
      <description>&lt;p&gt;Photo by Ilya Pavlov on Unsplash&lt;/p&gt;

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