Closed olien closed 13 hours ago
Hi, thanks for posting the config. Can you try this for content
and safelist
?
content: {
files: ['./theme/private/**/*.{html,js,css,php,json,yml}'],
extract
},
safelist: [
{ pattern: /(~)./ },
],
That Works. Tanks!
I am encountering the following warning while working with Tailwind CSS:
warn - fluid-tailwind: Fluid extractor not found in your Tailwind config
I’ve tried several solutions without success. Here is my current tailwind.config.js setup:
How can I resolve this warning? Do I need to configure or install anything specific for the fluid extractor to work?
Thank you for your help! 😊
my package.json