dash-docs/_includes
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
..
bitcoin-core Update security reporting instructions 2017-04-10 17:45:29 +02:00
devdoc Dev Docs: RPCs: edits for Subtract Fee From Amount params 2017-06-13 12:36:08 -04:00
helpers Dev Docs: edits to 0.14.0 RPC update 2017-05-08 14:44:33 -04:00
layout Layout: render CSS with both "less" and "scss" 2017-06-23 11:49:28 -04:00
templates Updated the link to fixed video 2016-03-11 21:14:47 +02:00
references.md Add node glossary term and full node types in dev guide 2017-05-22 14:18:22 -04:00