balsamine.2017-2018
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

debug.less
text/plain

Download raw (285 bytes)

/**
 * DEBUG STYLES
 */

.debug .header { outline: 1px solid pink; }
.debug .main { outline: 1px solid purple; }
.debug .footer { outline: 1px solid pink; }

.debug .region-break {
    border-top: 1px dashed blue;
    box-sizing: border-box;
}

.debug img { outline: 1px solid blue; }