Next.js does not respect tailwindcss theme(static)
Answered
Nobody posted this in #help-forum
NobodyOP
for some reason next.js always tries to generate all variables wheter it is used or not
i checked compiled css inside .next folder and each time it contains all variables
normally theme(static) indicates tailwindcss to use all variables and include to compiled css but when i discard that still result is same
@import "tailwindcss" theme(static);
i checked compiled css inside .next folder and each time it contains all variables
normally theme(static) indicates tailwindcss to use all variables and include to compiled css but when i discard that still result is same
Answered by Nobody
sorry. my project is massive so literally uses all variables :))))