stubbornella / oocss-code-standards

The code standards of the OOCSS open source project
182 stars 39 forks source link

Small cosmetic remark (possible typo) #2

Open hced opened 11 years ago

hced commented 11 years ago

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 {}

stubbornella commented 11 years ago

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..

hced commented 11 years ago

Done deal.