Kebab-case name writing style
The kebab-case spelling style of names means that each compound word is separated by a hyphen -. and is usually written with a lowercase letter. Example:
font-size: 3
This style of writing names is typical for the CSS language.
See also
-
code style standard
Code style,
which sets guidelines for code style -
code style
camelCase,
which is often used in variable and function names -
code style
snake-case,
which is often used in variable and function names -
code style
pascal-case,
which is often used in variable and function names