python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Tailwind css predefined fontsize depending on screen
I need to change fonsize accourding to screensize with tailwind css. Is there a way to define fontsizes according to screen in tailwind.config and apply them to all text?
Normally i can create custom ...

irfan
Votes: 0
Answers: 0
Variables as a color?
I know that tailwind default, not support variable as parameter CSS like color etc. Are there any hacks on the market for this?
My code:
code in .tsx file:
<Disclosure.Button className={`${error...

mxcdh
Votes: 0
Answers: 2
How to turn off autofix space in HTML tailwind?
There is a utility class in tailwind:
@apply block w-full bg-gray input-color-gray input-color-gray font-roboto-100 rounded-md sm: text-sm p-3 bg-gray pr-4;
Problem is when I save a document it for...

user15444752
Votes: 0
Answers: 1
Tailwind CSS: Prevent rows from stretching vertically with row-span
I have the below HTML with a left column (image) and right columns.
The right columns have too much spacing in between, most probably because the grid spreads the items on the right vertically. I don'...
migu
Votes: 0
Answers: 1