If you've ever been in a Situation where you have to meet a property for every class beginning or ending the same this is how you can get it done.
Lets assume we have Bootstrap as our Ground-Framework because we like the Grid or the Aligning or all the Buttons or What-so-ever:
remove padding from all the .col
div[class*=col] {
padding: 0;
}
Photo by Greg Rakozy on Unsplash