Basically I'm doing these SASS tutorials now and in my .scss file auto-completion doesn't work like it does in my regular .css files.
Example when I type out padding and tab, it only gives me padding. It doesn't show the options of padding-left, padding-bottom etc etc like in CSS.
Any tips on how to fix this? I installed the SASS package, but that didn't seem to do anything