You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to specifically target the main "index" route. However, if I have another index route (e.g. home/index), the _getRouteDepthClasses() will add "home", "index", and "home-index" to the body. This means I can't specifically target "index" in my SCSS files. I only want it to add "home-index".
In my opinion, this should be the default functionality. At the very least, an environment config option should be added to allow for this.
The text was updated successfully, but these errors were encountered:
I want to specifically target the main "index" route. However, if I have another index route (e.g. home/index), the _getRouteDepthClasses() will add "home", "index", and "home-index" to the body. This means I can't specifically target "index" in my SCSS files. I only want it to add "home-index".
In my opinion, this should be the default functionality. At the very least, an environment config option should be added to allow for this.
The text was updated successfully, but these errors were encountered: