oocss-code-standards icon indicating copy to clipboard operation
oocss-code-standards copied to clipboard

Small cosmetic remark (possible typo)

Open hced opened this issue 13 years ago • 2 comments

In the good/bad example on class names, I found this to be a bit dubious:

/* Bad - don't use dashes */ .this-is-good {}

...How about:

/* Bad - don't use dashes */ .this-is-bad {}

hced avatar Feb 09 '13 21:02 hced

Thanks, do you want to submit a pull request?

On Saturday, February 9, 2013, Henrik Cederblad wrote:

On the readme page in the first good/bad example, I suggest changing:

/* Bad - don't use dashes */ .this-is-good {}

...to:

/* Bad - don't use dashes */ .this-is-bad {}

— Reply to this email directly or view it on GitHubhttps://github.com/stubbornella/oocss-code-standards/issues/2..

stubbornella avatar Feb 10 '13 08:02 stubbornella

Done deal.

hced avatar Feb 19 '13 14:02 hced