Compiling sass files from various Prestashop folders in Phpstorm project

822 Views Asked by At

I am editing default Prestashop(1.6) theme. I am using watchers..
How can I compile various sass files in various folder-tree level in Prestashop instalation, which i have in one phpstorm project? (see picture).

It works in basic structure like: project - project/sass - project/css, but not in Prestashop folders structure. "Individual stylesheet must be in the sass directory".

Is it possible to manage all sass files in various locations together in one project? Any relative settings?

Secondary problem: MotoAll/modules/themeconfigurator/sass/file.sass contains: @import 'bootstrap_lib/_variables' but cant import it to file.sass because folders level? (see the same picture).

Thanks!

0

There are 0 best solutions below