Hi all
we got 3 apps which all have an unique css class for its styling. Now i want to include sass framework and seperate all the css per app. In order to achieve this we define a base.scss. In this scss we want to reach this:
if .app1 then execute app1.scss
else if .app2 then execute app2.scss
else if .app3 then executr app3.scss
else empty
on the net I saw this possibiliti but i could not figure it out since it is thenfirst time implementing sass