Loading...
Common issues and how to resolve them.
Make sure you have imported the Apex CSS file in your project. Check that the path to the CSS file is correct.
Ensure you have the dark class on your HTML element or that your system preference is set to dark mode.
Check your configuration file and make sure you have rebuilt the CSS after making changes.
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-.
Make sure you have the latest version of Apex installed. Try deleting node_modules and running npm install again.