Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install tailwind laravel

module.exports = {
  content: [
    "./resources/**/*.blade.php",
    "./resources/**/*.js",
    "./resources/**/*.vue",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}
Source by tailwindcss.com #
 
PREVIOUS NEXT
Tagged: #install #tailwind #laravel
ADD COMMENT
Topic
Name
7+7 =