dash-docs/_includes/layout/base
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
..
breadcrumbs.html New Bitcoin Core subsite 2015-09-14 06:02:58 -04:00
content.html Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
footer-js.html Google Analytics 2017-04-17 22:49:22 +01:00
footer-license.html Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
footer-menu.html Revert "menu: Add Slack link" 2017-05-22 20:47:45 -06:00
footer-sponsor.html Drop inactive sponsorship banner 2015-08-29 12:49:32 -04:00
head-language-dropdown.html Resolve merge conflict 2015-07-28 01:20:31 -04:00
head-language-select.html Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
head-logo.html Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
head-menu.html Revert "menu: Add Slack link" 2017-05-22 20:47:45 -06:00
head-mobile-menu.html Resolve merge conflict 2015-07-28 01:20:31 -04:00
html-head.html Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
pagetop-alert.html Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
pagetop-detect-mobile.html Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00