5 lines
67 B
SCSS
5 lines
67 B
SCSS
|
@import './footer/index';
|
||
|
#wrapper > footer {
|
||
|
@extend %footer;
|
||
|
}
|