Skip to content

Commit

Permalink
Avoid confusing phrasing in math options (less#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
giraluna authored Feb 5, 2022
1 parent dc8b4cb commit 35946d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/usage/less-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In order to cause fewer conflicts with CSS, which now liberally uses the `/` sym

The four options available for `math` are:

- `always` (3.x default) - Less eagerly does math
- `always` (3.x default) - Less does math eagerly
- `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)
- `parens` | `strict` - Parens required for all math expressions.
- `strict-legacy` (removed in 4.0) - In some cases, math will not be evaluated if any part of the expression cannot be evaluated.
Expand Down

0 comments on commit 35946d0

Please sign in to comment.