outl1ne / nova-tailwind

This Laravel Nova package loads the full Tailwind CSS in the Nova admin panel.
MIT License
56 stars 21 forks source link

[1.0.1] Responsive styles removed #1

Closed peterchrjoergensen closed 4 years ago

peterchrjoergensen commented 4 years ago

When you disabled flex, flexDirection, flexGrow and others in the tailwind.config.js file, the responsive styles were removed as well, which I was using for a card.

Changelog

Not sure if it it's a bug, but I thought to mention it anyway. Maybe there's a middle ground? Only responsive styles enabled?

Thanks for the package!

Tarpsvo commented 4 years ago

Hi! Sorry for the delay, I was on vacation.

Can you specify which classes stopped working? Nova has already included flexbox: ['responsive'] variant, so I assumed all the responsive flex related classes are already there.

Tarpsvo commented 4 years ago

Hey again! I added back flex and its subsidiaries. All the responsive styles should be back now. Check out 1.0.2.

peterchrjoergensen commented 4 years ago

In my case, it was specifically the flexGrow classes, but I see you figured it out.

Thanks for the release! 👍