Theme Editor and Compile
The theme editor now uses an improved code editor that highlights syntax and structure errors in SCSS files, and the Compile action now reports exactly which file and line is causing a problem.
This includes:
Improved code editor highlights SCSS syntax and structure errors
Compile action reports the exact file and line of errors
How it benefits the Merchant
Speeds up theme development and troubleshooting by pinpointing errors immediately, reducing time spent debugging failed compiles.
Potential FAQs
Q: Do I need to update my SCSS files for this to work?
A: No — the improvements apply automatically to the existing editor and compile process.
Q: Will this catch all errors before compiling?
A: It highlights syntax and structure errors in the editor and pinpoints the exact file and line on compile failures.
Last updated