No, Sass doesn't have that kind of functionality, because it's the most unusual thing you would like to do in Sass, or CSS, or anywhere else for that matter.
However, from what I understand, you want to add in !importantto all the CSS properties in a particular file. In this case, you can simply search and replace: Find ;and replace with!important;
source
share