@import "tests";

@import "recipes/layout/grid";

// Simply to highlight some classes

.row {
    background-color: rgba(red, .3);
}

.grid {
    background-color: rgba(green, .3);
}
.column, .grid > li {
    background-color: rgba(blue, .3);
    margin-bottom: 2px;
    white-space: nowrap;
}