Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

tailwind css in react

// tailwind.config.js
module.exports = {
  purge: [],
  darkMode: false, // or 'media' or 'class'
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [],
}
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #tailwind #css #react
ADD COMMENT
Topic
Name
6+5 =