You are here

README.txt in Link CSS 7

Same filename and directory in other branches
  1. 8 README.txt
# Link CSS module for Drupal 7

Include CSS files using <link> element instead of @import. This is useful for
live refresh workflows such as CodeKit which do not support files loaded with
@import.

IMPORTANT: The reason Drupal does not behave this way by default is the
limitation in Internet Explorer <=7 which will not load more than 31 linked
stylesheets.

Only enable this module:
* For development and testing in other browsers.
* If you don't need to support these browser versions.
* If you're sure your site doesn't exceed this limit.

CSS aggregation should be enabled for production sites anyway, which negates
this issue.

File

README.txt
View source
  1. # Link CSS module for Drupal 7
  2. Include CSS files using element instead of @import. This is useful for
  3. live refresh workflows such as CodeKit which do not support files loaded with
  4. @import.
  5. IMPORTANT: The reason Drupal does not behave this way by default is the
  6. limitation in Internet Explorer <=7 which will not load more than 31 linked
  7. stylesheets.
  8. Only enable this module:
  9. * For development and testing in other browsers.
  10. * If you don't need to support these browser versions.
  11. * If you're sure your site doesn't exceed this limit.
  12. CSS aggregation should be enabled for production sites anyway, which negates
  13. this issue.