2018-05-07 07:31:41 +10:00

18 lines
219 B
SCSS

/*
* Section
* Styles for the base section component.
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/05/07
*/
.c-section {
//border: 1px solid red;
width: 100%;
&--full {
height: 100vh;
}
}