I am using Magento 2.3.5-p1 with claue theme.
I am getting below error in transactional email, how to fix it?
Compilation from source: LESS file is empty: frontend/Mgs/claue/en_US/css/email-inline.less
-
check this link --- reroottechnotes.wordpress.com/2018/01/24/magento-2Mohit Patel– Mohit Patel2020年07月12日 18:41:57 +00:00Commented Jul 12, 2020 at 18:41
1 Answer 1
Below commands resolved the error.
Deploy mode set to Default
bin/magento deploy:mode:set default
Upgraded setup
bin/magento setup:upgrade
Deployed static content
bin/magento setup:static-content:deploy -f
Explore related questions
See similar questions with these tags.