Hello, I’m trying to use arbitrary values on my blade templates but the new classes are not compiling.
I’m using for example h-[600px] but this class is not compiled.
I used this guide Adding Custom Styles - Tailwind CSS
Thank you in advance.
Hello, I’m trying to use arbitrary values on my blade templates but the new classes are not compiling.
I’m using for example h-[600px] but this class is not compiled.
I used this guide Adding Custom Styles - Tailwind CSS
Thank you in advance.
I reply to myself. I am using components, specifically blocks, and this path is not added in tailwind.config.js
.
content: ['views/**/*.php**', './app/**/*.php', './resources/**/*.{php,vue,js}', './node_modules/flowbite/**/*.js'],
This fixed the inability to use font sizes larger than 2xl
too.
I hope this helps someone else.
Bye!