Is scss backwards compatible with less? I didn't think it was. For example, less prefixes variables with '@' whereas scss prefixes variables with '$'. But even if I replaced the variable prefix, I think there are certain functions/handling specific to each respective preprocessor.
A coworker was insisting that scss is backwards compatible with less. I'm thinking that he may have been confused. Less/scss is backwards compatible with css but I don't think that scss is backwards compatible with less. Can you please confirm?