#tailwind.css and next.js problem

2 messages · Page 1 of 1 (latest)

ember snow
#

have you add the src folder into tailwind config?

#
   "./app/**/*.{js,ts,jsx,tsx}",
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",```