How to Install TailwindCSS in Your Shopify Theme: A Step-by-Step Guide

Step 01 : Install tailwindcss Step -02 : Create a src folder create a file tailwind.css and Add the @tailwind directives for each of Tailwind’s layers to your main CSS file. Step – 03:write into the content for support tailwind into liquid Note: I installed the daisyui, you can install easily and add this line “require(‘daisyui’)” Step […]

Step 01 : Install tailwindcss

npm install -D tailwindcss
npx tailwindcss init

Step -02 :
Create a src folder

create a file tailwind.css and Add the @tailwind directives for each of Tailwind’s layers to your main CSS file.

@tailwind base;
@tailwind components;
@tailwind utilities;

Step – 03:
write into the content for support tailwind into liquid

    './layout/*.liquid',
    './sections/*.liquid',
    './templates/*.liquid',
    './snippets/*.liquid',
    './templates/customers/*.liquid',

Note: I installed the daisyui, you can install easily and add this line “require(‘daisyui’)”

Step -04 : run this command . application.css file will be create into assets

 npx tailwindcss -i ./src/tailwind.css -o ./assets/application.css  

Step -05: Now theme.liquid file add application.css file

 {{ 'application.css' | asset_url | stylesheet_tag }}

Finally,

npx tailwindcss -i ./src/tailwind.css -o ./assets/application.css --watch   
Previous Code

Here are Top 21 Websites to Land Remote Jobs and Earn in USD 💼💲

Are you ready to break free from the traditional j ...

Next Code

Creating a Custom WordPress Shortcode to Print and Download PDFs with Dynamic Backgrounds

When developing custom WordPress themes or plugins ...

skype

Need Coding Help?

Connect Skype

AI

Jobs

Nextjs

Node

Npm

PHP

Prisma

React

Remix-run

Shopify App

Shopify theme

tailwindcss

Tech

Woocommerce

WordPress

How to Setup React and Tailwind CSS with Vite in a Project

Tailwind CSS is a popular CSS framework, and React ...

Shopify cheat sheet

https://www.shopify.com/partners/shopify-cheat-she ...

top
× How can I help you?