discuss icon indicating copy to clipboard operation
discuss copied to clipboard

A place to ask questions, get help, or share what you've built with Tailwind CSS.

Results 100 discuss issues
Sort by recently updated
recently updated
newest added

Hi, I spent last 8 hours trying to make it work and i have tried everything i could find on web. So i need a help. :) I am using...

In my app I have three different areas: * salespage * webapp for my customers * responsive pages for the customers of my customers The webapp is styled heavily with...

I am using border-color which is customized by tailwind. But this style can not approve because the default style of Fuse React is overriding. [`see this image`](https://prnt.sc/pr0qgz) how can I...

const Purgecss = require('purgecss') const fs = require('fs') const path = require('path') const outputDir = path.resolve(__dirname,'dist') const purgecss = new Purgecss({ content:[ 'office/autoship/*.aspx', 'office/communication-center/*.aspx', 'office/Dashboards/*.aspx', 'office/genealogy/*.aspx', 'office/home/*.aspx', 'office/profile/*.aspx', 'office/reports/*.aspx', 'office/user-resources/*.aspx',...

Hi, I am learning Tailwind CSS and I was trying to implement it on a project. The color is not loading even though I have specified the specific tags for...

In the installation guide on the website of tailwind mentioned that tailwind will not work if we don't disable processCssUrls. In that case we can't import a component from node...

CssSyntaxError MYPROJECTFOLDER/tailwind.config.js:4:27: Unknown word Is displayed when I build the file, however, if the file is blank it still runs with the same error with the same line. here is...

I'm not much of a JS hero, so all the build tools: Webpack, Postcss etc feel like one big magic show to me. Is there anyone around here that has...

Is there any reason that the documentation suggests installing tailwindcss as a runtime dependency, rather than as a dev dependency? https://tailwindcss.com/docs/installation/

Hello! First time writing here, and kinda new to working on frontend in general, I tried looking for a standard practice regarding this question but I couldn't find it. Should...