discuss
discuss copied to clipboard
A place to ask questions, get help, or share what you've built with Tailwind CSS.
Currently when using the container plugin you can set the horizontal padding. However there isn’t really an optimal amount that this padding can get set to that works across devices...
First of all, thank for this very fine tool, @adamwathan! I'm using tailwind in my grunt setup and I'm having a problem using apply. Don't know what I'm doing wrong....
After having to manually prefix components from sites like https://tailwindcomponents.com several times, I decided to make a small online tool to make things easier. It should work on all classes...
I have a question related to best way to work Tailwindcss with stencil js. As we know Stencil Js makes use of Shadow DOM and thats when I run into...
I have a sidebar using this styling on the div: ``` div(class="bg-gray-800 shadow-lg h-16 fixed bottom-0 md:relative md:h-screen z-10 w-full md:w-48") ``` Which looks like this: 
I am using tailwindcss with laravel using laravel mix. And now i encounter a issue with `processCssUrls: true` options. As per tailwindcss' documentation, we need to use following in laravel...
Hi, How do i create a max-width query using @screen?
some properties like object-fit and top,left,right,bottom are not working.The configuration is done as like in documentation but when property is writing in a file it is not effecting. Please give...
I find tailwind amazing to force consistency between developers on a team. It is working wonderfully for that purpose. Never the less, I'm facing two problems that really bothers me:...