Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

tailwind content for nextjs

module.exports = {
  content: [
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #content #nextjs
ADD COMMENT
Topic
Name
5+1 =