I have the following brand new project, created with:
$ ionic start MyIonic2Project sidemenu --v2
The content of the file: src/assets/css/style.scss is the following:
img.avatar {
max-width: 100px;
max-height: 100px;
border-radius: 50%;
}
As you can see the above styles are embeded inside the html file, not in the file: build/main.css.
How do I get these styles inside the main.css file?