raisely / cli

Raisely CLI for local development
Other
8 stars 6 forks source link

Add support for folders and multiple SCSS files #4

Closed tommaitland closed 4 years ago

tommaitland commented 4 years ago

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.