I'm building a website in tailwind CSS. I'm new to it and I don't know how to customise the height. I want my image height to be exactly 40rem=640px. But the ma
If I use a universal selector in conjunction with tailwind, not all the elements resort to default. I want everything to default to Impact (in case tailwind doe
I have a gatsby project that uses .less as the CSS preprocessor, adding tailwind to it as shown in the docs does nothing @tailwind base @tailwind utilities @tai
CommandError: It looks like node.js and/or npm is not installed or cannot be found. Visit https://nodejs.org to download and install node.js for your system. If
In tailwind, there is a feature (which I find very annoying at times) called preflight that turns most of the HTML elements to appear like normal text. And the
I already have a Django project with many apps and one of them is demo_app. I have some views and templates added to the demo app but I want to start using tail
I am currently building a component library for my next project with TailwindCss, I just ran into a small issue when working on the Button component. I'm passin
I am currently building a component library for my next project with TailwindCss, I just ran into a small issue when working on the Button component. I'm passin
Trying to get Tailwind to work via CLI instructions here. I've got a (simplified) file structure of -public -stylesheets -styles.css -tailwind.css -v
I'm looking to make something similar to this As you can see, when you scroll the sidebar follows you. This is my code, i can't make it work: <template>
Looking at Tailwind CSS, it seems that you need to specify specific colors in your classes like this: <div class="bg-yellow-200 dark:bg-gray-800"></div
i want to recreate this effect that is visible on https://www.tella.tv/ in tailwind css: i tried to inspect their source code but i couldn't make it work in my
I want to use apply to define some css setting on a component, and I also want to be able to overwrite it, like this: <!-- CustomButton.svelte --> <scr
I'm trying to hide a div in mobile, and display flex with md screen & above, here's my code: <div class="hidden md:flex"> <x-navbar.nav
I am a beginner to Tailwind CSS. And I am finding it difficult to create a button design as shown in the picture in tailwind Css So I want to display that litt
I myself am a beginner to tailwind CSS. So I am struck on how to change the position of this close icon from the left side to the right side. And if possible ca
I am trying to work with Tailwind CSS grids and I am facing this issue where the container on the right the same height as the left one. It should be as high as
I am having an issue with the Tailwind LSP in Neovim 0.5 where the language server running however I get no intellisense when defining a class. I am working on
I have issue with dropdown menu. When I click dropdown menu opens and close immediately. I've installed TailwindCSS and HeadlessUI by docs. I've took DropDown f
I have been trying to use tailwind for my react native project but for some reason it won't work. I've done "npm install tailwind-rn" and then "npx setup-tailwi