• Robert Lord's avatar
    Add asides for nice-looking notes and warnings · d3ab3cc4
    Robert Lord authored
    You can now use <aside> with the classes
    
    - warning
    - success
    - notice
    
    to add little colored notes to your API docs! Examples are in
    source/index.md.
    
    Also, note that if you have a custom variables.scss, you'll have
    to add
    
    +$aside-notice-bg: #8fbcd4;
    +$aside-warning-bg: #c97a7e;
    +$aside-success-bg: #6ac174;
    
    to it.
    d3ab3cc4
README.md 9.27 KB