I’m a bit confused as to how styling should be done, I’m wondering for example what is the difference between these two?
.photo-card-header__title {
--color: var(--ion-color-danger);
}
.photo-card-header__title {
color: var(--ion-color-danger);
}
If anyone knows of an open source ionic project that shows this well, feel free to share! I might pick it up from there
1 post - 1 participant