Skip to content

Instantly share code, notes, and snippets.

@ChrisMissal
Created February 2, 2013 17:23
Show Gist options
  • Save ChrisMissal/4698418 to your computer and use it in GitHub Desktop.
Save ChrisMissal/4698418 to your computer and use it in GitHub Desktop.
You could search your CSS for rules that involve users or comments. The ^ makes it easier to find those tags.
/**
* #.# Section title
*
* @tags ^users ^comments
*
* @description Description of section, whether or not it has media queries, etc.
*/
.selector {
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment