#Cannot apply utility classes
4 messages · Page 1 of 1 (latest)
Could this be because of the recent updates with tailwind? if so, any idea how I can migrate to the update based on code provided in the tutorial?
okay
Custom utility class not defined: If you have defined a custom utility class (remove-scrollbar) in your Tailwind configuration, it might not be properly registered. Ensure that it's correctly defined in the tailwind.config.js file.
Plugin missing: If you're using a plugin to define remove-scrollbar, such as @tailwindcss/forms or another custom plugin, it might not be installed or configured properly. Double-check your tailwind.config.js and make sure all required plugins are installed.
Incorrect class name: Ensure that the class remove-scrollbar exists and is typed correctly. It could be a typo or a class that was renamed or deprecated.
This is list of reason