Thinking about a compressed CSS style with a secondary aim of avoiding merge conflicts if it’s committed. Thoughts?

/*!tab indents*/
.sel1{prop:value;prop:value}
.sel2,.sel3{prop:value;prop:value}
/*!preserved comment*/
@media(min-width:1px){
	.sel4,.sel5{prop:value;prop:value}
}
.sel6{prop:value;prop:value}

Previous Note

Note: CSS Comb looks pretty sweet. https://github.co…

Next Note

Note: A three year set up comes to fruition in a few…

2 responses to “Note: Thinking about a compressed CSS style with a s…”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.