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}

Comments

2 responses to “”

  1. Dan Avatar

    @pwcc I think you’re creating a bit of work for yourself. what’s your deploy process look like?

  2. Peter Wilson Avatar

    @_dnch Still working things out exactly & need to try deploybot. The compression itself comes from csscomb in a grunt task.

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.