Skip to content
Snippets Groups Projects
  1. Apr 09, 2012
    • Anika Henke's avatar
    • Anika Henke's avatar
      load only one stylesheet for all modes instead of three · 6c47a78c
      Anika Henke authored
      Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything.
      Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead!
      
      Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
      6c47a78c
  2. Apr 08, 2012
  3. Apr 07, 2012
  4. Apr 05, 2012
  5. Apr 04, 2012
  6. Apr 03, 2012
  7. Mar 26, 2012
  8. Mar 25, 2012
  9. Mar 24, 2012
  10. Mar 23, 2012
  11. Mar 22, 2012
  12. Mar 21, 2012
Loading