Troubleshooting
Common issues and how to resolve them.
Need more help?
If you cannot find a solution here, please check the FAQ or join our community Discord.
Styles not applying
Make sure you have imported the Apex CSS file in your project. Check that the path to the CSS file is correct.
Dark mode not working
Ensure you have the dark class on your HTML element or that your system preference is set to dark mode.
Custom colors not appearing
Check your configuration file and make sure you have rebuilt the CSS after making changes.
RTL layout issues
Verify that you have set dir="rtl" on your HTML element and are using RTL-aware utilities like ms- and me- instead of ml- and mr-.
Build errors
Make sure you have the latest version of Apex installed. Try deleting node_modules and running npm install again.