

/**
 * This is a test import file
 */

@colors {
	div.bright {
		color: red;
	}

	div.sad {
		color: blue;
	}
}

