Skip to content

Instantly share code, notes, and snippets.

@migreyes
Created December 8, 2013 20:12
Show Gist options
  • Save migreyes/7863256 to your computer and use it in GitHub Desktop.
Save migreyes/7863256 to your computer and use it in GitHub Desktop.
Sunday’s great debate: how do you prefer handling single-rule styling?
/* Inline */
element { rule: value; }
/* Block */
element {
rule: value;
}
@migreyes
Copy link
Author

migreyes commented Dec 8, 2013

I find myself doing both, and can’t seem to agree with myself on a standard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment