I have a site that has 2 themes and I am trying to setup my config based on the theme, which currently is set as the body ID.
Am I able to import file in based on this condition? Something like this:
#theme1 {
@import "components/theme-one-styling";
}
#theme2 {
@import "components/theme-two-styling";
}
Hope this makes sense
Thanks