You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/usage/less-options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ In order to cause fewer conflicts with CSS, which now liberally uses the `/` sym
92
92
93
93
The four options available for `math` are:
94
94
95
-
-`always` (3.x default) - Less eagerly does math
95
+
-`always` (3.x default) - Less does math eagerly
96
96
-`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)
97
97
-`parens` | `strict` - Parens required for all math expressions.
98
98
-`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