balsamine.2015-2016
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

debug.less
text/plain

Download raw (205 bytes)

/**
 * DEBUG STYLES
 */

.debug .page {
    outline: 1px solid purple;
}

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

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