Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    In Bagisto which framework is used ? Tailwindcss or Bootstrap ?

    Bug Report
    3
    6
    358
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • tribhuvanabhi
      tribhuvanabhi last edited by

      In Bagisto which framework is used? is Tailwindcss or Bootstrap ? , most of the classes are tailwindcss , but when i tried to customize and adding new tailwindcss classes then this is not working.

      1 Reply Last reply Reply Quote 0
      • Rishabh-Webkul
        Rishabh-Webkul last edited by

        Hello @tribhuvanabhi

        We are using Tailwind CSS in our new Bagisto versions.

        To know in detail you can go through the below link.

        https://devdocs.bagisto.com/2.x/architecture/frontend.html#tailwind-css

        Thanks & Regards

        tribhuvanabhi 1 Reply Last reply Reply Quote 0
        • tribhuvanabhi
          tribhuvanabhi @Rishabh-Webkul last edited by tribhuvanabhi

          @Rishabh-Webkul i am using Bagisto Version 2.2 , i want to customize the bagisto theme, whenever i tried to add some tailwindcss or bootstrap classes neither work. What should i do to use tailwindcss classes to customize Bagisto ??

          1 Reply Last reply Reply Quote 0
          • Rishabh-Webkul
            Rishabh-Webkul last edited by

            Hello @tribhuvanabhi

            Kindly provide us with the steps on how you are customizing this.

            Thanks & Regards

            tribhuvanabhi 1 Reply Last reply Reply Quote 0
            • tribhuvanabhi
              tribhuvanabhi @Rishabh-Webkul last edited by

              @Rishabh-Webkul I want to customize the home page , so i am trying to change in the header blade files, mobile and desktop also but in both neither tailwindcss or bootstrap work

              A 1 Reply Last reply Reply Quote 0
              • A
                amit-webkul @tribhuvanabhi last edited by

                Hello @tribhuvanabhi,

                To customize the header of your storefront according to your preferences, please follow the steps below:

                Step 1:
                If you are customizing in the shop package and adding new or custom changes with custom Tailwind classes, make sure to install the required npm dependencies in the relevant package.
                You can do this by running the following command:

                npm install
                

                Step 2:
                To see your changes reflected in real-time, start the npm server by running the command:

                npm run dev
                

                This will update the code and reflect the changes you've made.

                Step 3:
                Once you're satisfied with the changes, you can stop the npm server and run the build command to generate a new build file containing your updated CSS classes. Use the following command:

                npm run build
                

                Note:
                If you don’t see the changes in development mode, you may skip Step 2.

                Let me know if you need further assistance!

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post