8 lines
83 B
SCSS
8 lines
83 B
SCSS
@import 'typographies';
|
|
|
|
.application {
|
|
@extend %title;
|
|
|
|
position: relative;
|
|
}
|