-
Loki Checkout
- User documentation
-
Developer documentation
- Modules
- Getting started
- Architecture
- Basic customizations
- Advanced customizations
- Integrations
-
Troubleshooting
- Common errors
- Disabling Loki Checkout
- Troubleshooting tips
- Troubleshooting JS validation
- Troubleshooting Luma styling
- Where are my TailwindCSS classes?
- Email validation issues
- Button of final step is loading forever
- ZIP code validation seems to tight
- Specific field is required
- Custom component skips step validation
- Troubleshooting the layout
- "Street Address" cannot contain more than 2 lines
- Invalid city
- ADR
- Playbook
- Reference
- Milestones and roadmap
- Module overview
- Frequently Asked Questions
- Loki Components
- Loki Field Components
- Loki Admin Components
- Loki Theme Kit
- Loki Base
- Miscellaneous
Troubleshooting Luma styling
When installing the Loki Checkout for Luma, it could be that the styling is off.
First, make sure that the additional module for Luma is installed and enabled:
composer require loki-checkout/magento2-luma bin/magento LokiCheckout_Luma
Next, make sure that your public static content is up-to-date. In the Developer Mode, this is easy - just rerun the set command will reset your environment:
bin/magento deploy:mode:set developer
For the Production Mode, we recommend you to follow proper deployment steps. In short, this involves rebuilding the static content and recompiling DI-based code.
Last modified: May 13, 2026