You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this issue, as well. The .css files are created in the same folder the .scss files are located. No way to change that except manually, which is quite bothersome.
Hi,
Changing output folder in koala-config.json not working. It just creates a stylesheets folder no matter what...
I have the following structur:
project
project--> sass
project--> css
I include the project folder in koala and created project settings, which I changed to the following:
// The mappings of source directory and output directory
"mappings": [
{
"src": "/sass",
"dest": "/css"
}
],
But no luck, just creates the stylesheets folder :(
Any help would be really nice :)
//Graahf
The text was updated successfully, but these errors were encountered: