5 lines
66 B
SCSS
5 lines
66 B
SCSS
|
@import './auth-form/index';
|
||
|
.auth-form {
|
||
|
@extend %auth-form;
|
||
|
}
|