Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

tailwind js

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