@import "locate://bootstrap/button.css";
@import url("locate://bootstrap/button-danger.css");

#test-element {
	background-image: url("../images/hero-ribbons.png");
}
#test-relative {
	background-image: url("locate://bootstrap/other.png");
}