ajpenalosa
5/9/2018 - 1:29 AM

CSS Selector

Need to figure out how this one functions

.demo-area [class^='col-'] {
	background-color: #434d55;

	color: #fff;
}