Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add tailwind to next

// postcss.config.js
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #add #tailwind
ADD COMMENT
Topic
Name
8+4 =