Skip to content

[v3] debugging tailwind build with quasar & vite #17844

Answered by wongjn
casesolved-co-uk asked this question in Help
Discussion options

You must be logged in to vote

You can try DEBUG=*.

With regards to your issue, try removing the empty presets: [] member:

 /** @type {import('tailwindcss').Config} */
 module.exports = {
-  presets: [],
   content: [

As per the documentation:

If you’d like to completely disable the default configuration and start with no base configuration at all, set presets to an empty array:

[…]

This will completely disable all of Tailwind’s defaults, so no colors, font families, font sizes, spacing values, etc. will be generated at all.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@casesolved-co-uk
Comment options

Answer selected by casesolved-co-uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants