Next.js does not respect tailwindcss theme(static)
Answered
DSS posted this in #help-forum
DSSOP
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