Introduction : Tailwind CSS

Introduction


Tailwind CSS is a Utility first framework that facilitates us in styling the HTML pages without leaving the HTML report. This way you can simply upload a few utility lessons to your HTML tags to layout your pages hastily. 


It is a wonderful framework to completely change the way you write CSS in your programs. One essential cause for the popularity of Tailwind CSS is its feasible workflow, as it gets rid of the need of mapping the CSS to your HTML file. 


Nowadays, Tailwind CSS is evolving at a completely fast beat.


Installation Requirement

  • Node Js 
  • VS code -
    • Extension - 
      • Live Server
      • Tailwind CSS IntelliSense
      • Auto Rename Tag
    • Terminal - 
      • Tailwind CSS - npm install -D tailwindcss postcss autoprefixer
      • Vite - npm install vite
      • Tailwind - npx tailwindcss init (Note - After the Tailwind.config.js file will be created. Make sure to add a “*” in the content section to use the complete content of Tailwind.)

Post a Comment

0 Comments