Skip to content

Commit 35946d0

Browse files
authored
Avoid confusing phrasing in math options (less#559)
1 parent dc8b4cb commit 35946d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/usage/less-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In order to cause fewer conflicts with CSS, which now liberally uses the `/` sym
9292

9393
The four options available for `math` are:
9494

95-
- `always` (3.x default) - Less eagerly does math
95+
- `always` (3.x default) - Less does math eagerly
9696
- `parens-division` **(4.0 default)** - No division is performed outside of parens using `/` operator (but can be "forced" outside of parens with `./` operator - `./` is deprecated)
9797
- `parens` | `strict` - Parens required for all math expressions.
9898
- `strict-legacy` (removed in 4.0) - In some cases, math will not be evaluated if any part of the expression cannot be evaluated.

0 commit comments

Comments
 (0)