CSS styling from page.scss carries into other pages

Hey Guys,

Im just wondering if this is a bug of some kind, or if it is meant to do this,

If i style something using page.scss and call it from another page, the styles carry over.

I was under the impression that any styles set in the page.scss stayed on their respective pages.

Or maybe im wrong?

Peace!

right now it carries over but Beta 12 is going to be using tree shaking so js/css will be served for their own page only.

Awesome, well that clears that up :slight_smile:

Thanks