Claudius
5 years agoBoss
Best approach to benefit from CSS performance enhancements
(Renamed this thread. It used to be "SASS file name for group hubs")
I want to make use of the CSS performance enhancements mentioned in the 19.7 release notes. To determine whether CSS styles get included for a given page does this feature look at
- the location of the SASS file within my "page" category in my skin
- whether the style starts with a matching body Page type class, e.g. #lia-body.BlogArticlePage
So when adding group hubs styling to my skin would I create a new file in the "page" section of my skin and what name would it be. Or do I just pile those stylings into a random xyz.SCSS and wrap the styles in a #lia-body.GroupHubPage ?