Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 9ba1c64

Browse files
ry5nkpeatt
authored andcommitted
Change docs to favour 0.5 over .5 for decimal form.
1 parent 3ee6813 commit 9ba1c64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Please use consistent formatting following these rules:
3333
* Use single quotes
3434
* Always use quotes around urls
3535
* Do not specify units on a value of zero
36-
* Omit leading zeros for decimals in the range 0..1, i.e. prefer .5 over 0.5
36+
* Always include leading zeros for decimals in the range 0 to 1, i.e. prefer `0.5` over `.5`.
3737
* Avoid selectors with more than three levels, e.g. `ul > li > a` is OK, but `ul > li > a > span` is not (except when targeting client markup).
3838
* Include a space after each comma in a comma separated property list
3939
* User lowercase and shorthand hex values, e.g., #aaa

0 commit comments

Comments
 (0)