Reputation: 65
Anyone know how the SASS support in VS 20013 Update 2 works?
I've added all my .sass files to the project but they dont get build and there is no errors
Upvotes: 2
Views: 273
Reputation: 2503
VS 20013 Update 2 does not have support for the old .sass files only for .scss files. Try update your sass to .scss. (I have not tried it so can not give you specific on compilation but I know they dont support .sass anyways)
Upvotes: 0