Answers for "tailwind css with nextjs"

CSS
0

add tailwind to next

// postcss.config.js
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}
Posted by: Guest on August-28-2021

Browse Popular Code Answers by Language