During a code review, several SCSS files were found to contain duplicate !important declarations, for example:
padding: 0 !important !important;
Having multiple !important keywords in the same declaration is invalid CSS syntax.
During a code review, several SCSS files were found to contain duplicate !important declarations, for example:
padding: 0 !important !important;
Having multiple !important keywords in the same declaration is invalid CSS syntax.