python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Laravel component class attribute not working with tailwindcss
I am trying to pass an arbitrary class for bg image bg-[url('/img/footer-artist-pics.jpg')] for a laravel component but classes for bg-image is not added by tailwindCss JIT.
<x-section class="...
Saqueib
Votes: 0
Answers: 2
How to hide overflow in grid column with tailwind
I have a simple 2 column grid. I want the first column to control the height. So if the second columns content height is more that the first the overflow will be hidden.
Example. Here, the height in t...
Northify
Votes: 0
Answers: 0
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
Generating TailwindCSS safelist with function?
I'm attempting to generate a safelist for TailWindCSS 3.0.23 using a function so I can cover some ranges.
For some reason, the classes still seem to be purged.
module.exports = {
content: ['./app/**...
christian
Votes: 0
Answers: 3