@import
	'foo',
	'bar', 'baz';

@import 'yep'

body {
	border: 1;
}

@import 'compass/something'

@import 'blerp'
,'beep';

