7 lines
77 B
SCSS
7 lines
77 B
SCSS
|
|
@import 'styleConstants.scss';
|
||
|
|
|
||
|
|
.App {
|
||
|
|
text-align: left;
|
||
|
|
height: 100%;
|
||
|
|
}
|