I'm starting to practice with ionic and sass.
I want to change the color of a paragraph that is inside an item, as follows:
.item p {
color # 666;
}
From what I see, it is only defined in _items.scss.
Is it appropriate to change there? Or is there any other place where I could change?