SCSS and Style.css

when I create SCSS in my application and want to add custom things like images to my app would I create it in the the ionic.app.css file or should I use a custom stylesheet like Style.css?

Using SASS, I rather use fragments per view for my own styles;
So you could have 2 files ionic.app.scss and a fragment _home.scss that I import into first file.