There are two import urls being called
@import url(SiteA.css);
@import url(SiteB.css);
SiteA.css has div {border-color: blue;}
SiteB.css has has div {border-color: red;}
what would the border color would it be blue or red , which wins SiteA.css or SiteB.css