next-app-boilerplate/templates/Component/Component.module.scss.hbs

10 lines
144 B
Handlebars
Raw Normal View History

2022-04-11 18:28:07 +02:00
@import 'mixins';
@import 'helpers';
.container {
@include display-flex(center, center, row);
@extend %container;
position: relative;
}