Skip to content

Commit

Permalink
Add CSS style note
Browse files Browse the repository at this point in the history
[skip-ci]
  • Loading branch information
c0bra committed Sep 22, 2014
1 parent d21e873 commit 4f88f9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,6 @@ Deployment to http://ui-grid.info/ is done automatically when pushed to ui-grid
4. jshint rules are enforced. run 'grunt dev --no-e2e' to see if your code passes (the --no-e2e switch turns off end-to-end testing, which can making development slow. You should still run e2e tests before you push commits!)
5. Module names should follow Angular's camelcase format, e.g. "resizeColumns", not "resize-columns".
# CSS
1. Use snake-case for class names, not camelCase.

0 comments on commit 4f88f9b

Please sign in to comment.