Answers for "laravel tailwind starter"

CSS
0

how to chose tailwindcss while creating larevel project

purge: [
    './storage/framework/views/*.php',
    './resources/**/*.blade.php',
    './resources/**/*.js',
    './resources/**/*.vue',
],
Posted by: Guest on June-23-2021
0

how to chose tailwindcss while creating larevel project

@tailwind base;
@tailwind components;
@tailwind utilities;
Posted by: Guest on June-23-2021

Browse Popular Code Answers by Language