stubbornella/oocss-code-standards

Small cosmetic remark (possible typo)

Opened this issue · 2 comments

hced commented

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

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//issues/2..