CSS Stylesheet limits in Internet Explorer IE

CSS limits in IE9:

max CSS links per page: 31
max size of a CSS file: about 288kb
max number of selectors/rules in a CSS file: 4095
max nesting level with @import: 4 levels

note: IE10 significantly raises these limits.

ref: MSDN blog about IE limitations:
http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/internet-explorer-stylesheet-rule-selector-import-sheet-limit-maximum.aspx

Comments