9 lines
83 B
SCSS
9 lines
83 B
SCSS
.g-row {
|
|
@include grid-row;
|
|
}
|
|
|
|
.g-col {
|
|
@include grid-column;
|
|
width: 100%;
|
|
}
|