aタグの「target=”_blank”」にCSSを指定

a {
	&[target="_blank"] {
    	&::after {
			@include icon;
		}
	}
}