Skip to content

Commit c8c5dc8

Browse files
authored
Update README.md
1 parent 573d2d1 commit c8c5dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Always ensure classes are sensibly named; keep them as short as possible but as
440440

441441
### Kickoff
442442

443-
We use the Kickoff naming convention. When this is not used e.g. [JavaScript hooks](#javascript-hooks) then we use hyphen delimited classes e.g. `.foo-bar`, not `.foo_bar` or `.fooBar`.
443+
We use the [Kickoff naming convention](http://trykickoff.com/learn/css.html#namingscheme). When this is not used e.g. [JavaScript hooks](#javascript-hooks) then we use hyphen delimited classes e.g. `.foo-bar`, not `.foo_bar` or `.fooBar`.
444444

445445
Kickoff's naming convention is similar to BEM, it is a methodology for naming and classifying CSS selectors in a way to make them a lot more strict, transparent and informative.
446446

0 commit comments

Comments
 (0)