Answers for "tailwind content for nextjs"

0

tailwind content for nextjs

module.exports = {
  content: [
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}
Posted by: Guest on April-12-2022

Code answers related to "tailwind content for nextjs"

Code answers related to "Javascript"

Browse Popular Code Answers by Language