-
Bug
-
Resolution: Fixed
-
Major
-
3.0.0, 2.3.1
-
None
-
None
-
4.10 RC1
-
Oui
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.