volodymyr3131
volodymyr3131

Reputation: 345

Koala does not see .sass files

I`m trying to figure out how Koala works with SCSS or SASS style files. But, when I open my project in Koala, it see .js or .css files, but none with the .sass or .scss extension. Have someone any ideas, what is wrong?

Upvotes: 0

Views: 1199

Answers (1)

Bernat Oliveres
Bernat Oliveres

Reputation: 21

Koala can't see the _boostrap.scss file because of the underscore. Try renaming the file "_bootstrap.scss" to "bootstrap.scss".

Upvotes: 2

Related Questions