DevTools/CSSTips: Difference between revisions

Jump to navigation Jump to search
Line 38: Line 38:


Naming Standards:
Naming Standards:
* Dao says "I don't think we have an official policy for this and I don't care a lot"
* We have an official policy for class names
* lower-case-with-dashes seems to be most common, and it fits with 'the CSS way'
* lower-case-with-dashes seems to be most common, and it fits with 'the CSS way'
* camelCase is also used
* camelCase is also used
* It probably makes sense to first try to fit in with code around, and if there is doubt or if isn't anything to fit in with to use lower-case-with-dashes.
* It makes sense to first try to fit in with code around, and if there is doubt or if isn't anything to fit in with to use lower-case-with-dashes.


== Performance ==
== Performance ==
Confirmed users
295

edits

Navigation menu