Created
December 8, 2013 20:12
-
-
Save migreyes/7863256 to your computer and use it in GitHub Desktop.
Sunday’s great debate: how do you prefer handling single-rule styling?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Inline */ | |
element { rule: value; } | |
/* Block */ | |
element { | |
rule: value; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find myself doing both, and can’t seem to agree with myself on a standard.