@use 'true' as *;

@include describe('illuminate') {
	//stylelint-disable
	@include it('should return a lighter color if the color is dark') {

	}
	@include it('should return a darker color if the color is light') {

	}
	@include it('should return the expected color for given scenarios') {

	}
	//stylelint-enable
}
