Less and ccm-page
Hello, as it's best practice to wrap all your classes in ccm-page. In less would it be best to define your styles like the following:
body { background: #fff }
.ccm-page {
header {
background: #000;
}
nav {
color: #fff;
}
}
…