Drupal Overcome IE 31 stylesheet limit


/ Published in: PHP
Save to your folder(s)

To be placed in template.php preprocess_page function.\\r\\n\\r\\nBreaks stylesheets into 2 style tags with limit of 30 @imports each. IE has a limitation of 31 @imports or 31 style tags. (source: [http://john.albin.net/ie-css-limits/single-style-test.html](http://john.albin.net/ie-css-limits/single-style-test.html))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.