#ai #github

2022 01 17

/* select all children except first child */

.select-children:not(:first-child) {
	
}
Edit on GitHub