discuss
discuss copied to clipboard
A place to ask questions, get help, or share what you've built with Tailwind CSS.
Instead of having to add custom fonts is it possible to add more of the major free web-based fonts hosted on Google Fonts.
Is it possible to add better support for printing, especially styling and also elements to be shown differently in print and on-screen? Some elements like adds you do not need...
I would like to organize and modify the tailwind config file by creating module files that I then import. For example -- I'd like to create different colors.js files which...
I am a beginner in CSS so this might be obvious to some of you. I tried to look at similar issues but I fail to see how they could...
Hello, I have implemented tailwind css in my angular project, Tailwindcss is working at root level scss but it is not working in the scss placed inside any component. Is...
I am currently trying to make an SVG, with the wrapper being: ``` ``` Currently for SVGs, the only possible classes for fill and stroke are .stroke-current and .fill-current, and...
Hi, just wondering if its possible to use with react native. I thought it would be pretty cool to convert the css file to RN stylesheet using `css-to-react-native`, but it...
Hi, Is there a way to prefix homemade components? I'm building a component's library and I want to easily identify custom classes from default tailwind classes :) I didn't figure...
Hi! Is there a way to export CSS output to JSON? It would work like so: **CSS Output:** ```css .mb\:12: { margin-bottom: 1.5rem; } .mb\:16: { margin-bottom: 2rem; } ```...
As someone new to tailwind I wanted to style a block of article text formatted for easy reading (as in a typical blog). This would involve adding some margins and...