/*folder/main.css!steal-css*/
@import url(../folder/bootstrap/button.css);
@import url(../folder/bootstrap/button-danger.css);

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