<?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: Christopher Makombe</title>
    <description>The latest articles on DEV Community by Christopher Makombe (@swiftlybox).</description>
    <link>https://dev.to/swiftlybox</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F951517%2Fe6f4bdfe-7047-49ca-a58c-c3a1c7bbcf08.png</url>
      <title>DEV Community: Christopher Makombe</title>
      <link>https://dev.to/swiftlybox</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/swiftlybox"/>
    <language>en</language>
    <item>
      <title>How to add Bulma Into Your Nextjs Web App</title>
      <dc:creator>Christopher Makombe</dc:creator>
      <pubDate>Fri, 21 Oct 2022 19:05:47 +0000</pubDate>
      <link>https://dev.to/swiftlybox/how-to-add-bulma-into-your-nextjs-web-app-365h</link>
      <guid>https://dev.to/swiftlybox/how-to-add-bulma-into-your-nextjs-web-app-365h</guid>
      <description>&lt;p&gt;First of all create the application using npm or yarn&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx create-next-app
yarn create-next-app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Second Thing is To READ the documentation of &lt;a href="https://bulma.io/"&gt;Bulma.io&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Install Bulma into your app&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install bulma
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Just like how you import the bootstrap package in your _app.jsx .Do That with Bulma&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import "bulma/css/bulma.css";

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
