<===> input.scss
div {
color: red ! important;
width: 5px ! important;
}
<===> output.css
div {
color: red !important;
width: 5px !important;
}
<===> input.scss
div {
color: red ! important;
width: 5px ! important;
}
<===> output.css
div {
color: red !important;
width: 5px !important;
}