dash-docs/css
David A. Harding a40fb73dab
Layout: render CSS with both "less" and "scss"
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared.  This is a
comparison script:

    old_main_css=$( grep -rl normalize.css _site/*.css )
    new_main_css=_site/css/main.css
    old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
    new_rtl_css=_site/css/rtl.css

    (
      diff -ub $old_main_css $new_main_css
      diff -ub $old_rtl_css $new_rtl_css
    )
2017-06-23 11:49:28 -04:00
..
font-awesome-4.4.0 Add Font Awesome 2015-08-10 12:42:06 -04:00
csshover.htc Add compatibility with IE6 2013-06-11 15:39:20 -04:00
ie.css Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
ie8.less Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
jquery-ui.min.css Add JQuery UI icon images 2015-08-22 18:23:43 -04:00
main.scss Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
rtl.scss Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
sans.css Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00