11 lines
132 B
SCSS
11 lines
132 B
SCSS
/*
|
|
* Main
|
|
* Styles for the main container
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/07
|
|
*/
|
|
.o-main {
|
|
@include t-flex-grow(1);
|
|
}
|