Skip to content

Instantly share code, notes, and snippets.

@tonyganch
Created July 9, 2013 11:36
Show Gist options
  • Save tonyganch/5956690 to your computer and use it in GitHub Desktop.
Save tonyganch/5956690 to your computer and use it in GitHub Desktop.
Test custom order in CSScomb: http://pastebin.com/s5WQjmBg
.nani {
left: 0;
// csscomb: false
top: 0;
color: tomato;
//csscomb: true
z-index: 0;
position: fixed;
}
.nani {
position: fixed;
left: 0;
z-index: 0;
// csscomb: false
top: 0;
color: tomato;
//csscomb: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment