Hi All,
I have created a sub theme following the instructions given at this link:
Creating a Custom SuiteP Sub-theme
and I could see the new theme in the layout from the admin’s profile and I have no issue making changes in styles.
However, what does this command have to do with custom/themes directory?
./vendor/bin/pscss -f compressed themes/SuiteP/css/Noon/style.scss > themes/SuiteP/css/Noon/style.css
Wouldn’t it just compile scss file in the /themes to css file in the same directory? Or should this command create a compiled css file into custom/themes as well? Would this command also copy the compiled css into cache/themes directory?
I tried to keep