This moves campaign SCSS files into folders. Each campaign will have one file by default, ie:
/styles/[campaignPath]/[campaignPath].scss
But, developers can add new folders and .scss files into this folder, which will be synced up to the API. They are concatenated together by file name. @imports not allowed between files.
This moves campaign SCSS files into folders. Each campaign will have one file by default, ie:
/styles/[campaignPath]/[campaignPath].scss
But, developers can add new folders and .scss files into this folder, which will be synced up to the API. They are concatenated together by file name. @imports not allowed between files.