You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@import imports external CSS files into stylesheet. While technically allowed in CSS, in IE6 to IE9, you can import at most 31 stylesheets. Anything beyond 31 stylesheet limit will not be loaded in IE.
Rule Details
Rule ID: import-ie-limit
This rule is intended to flag uses of @import that will fail in IE6 to IE9.