SqrTT / prophet

Prophet Debugger (SFCC sandboxes via SDAPI 2.0) extension for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=SqrTT.prophet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scss override feature request

jlbruno opened this issue · comments

Describe the solution you'd like
I'd like to see functionality for overriding scss files in another cartridge, similar to the functionality for overriding templates and scripts.
When right clicking on an .isml template, you get the option to "Override template in another cartridge..."
Same functionality on a .js script file, "Override script in another cartridge..."
I'd just like to see that extended to .scss files

i guess you want completely different functionality. SCSS files are compiled to CSS and i guess you want your SCSS-to-CSS build works the same way as cartridges work in SFCC. It's not something Prophet can do. You should work on custom SCSS importer and use it instead of a standard one.

this has been implemented for all files (including scss) in v.1.4.35