Last updated 1 year ago
Tailwindcss Styling Config
Add ./vendor/sophat/elements/src/view/*.blade.php inside content to compiling style from package.
./vendor/sophat/elements/src/view/*.blade.php
content
then compile css with Tailwindcss
To config with Laravel-Modules package
const path = require('path');
content: [ ... path.join(__dirname, "../../vendor/turbotech/**/src/views/*.blade.php"), path.join(__dirname, "../../vendor/turbotech/**/src/views/**/*.blade.php"), path.join(__dirname, "../../vendor/turbotech/**/src/views/**/**/*.blade.php"), path.join(__dirname, "../../vendor/turbotech/**/src/views/**/**/**/*.blade.php") ]
npm run watch