Skip to content

Commit

Permalink
Fix strict-math example
Browse files Browse the repository at this point in the history
  • Loading branch information
seven-phases-max committed Sep 20, 2016
1 parent 479ce86 commit 5685d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/usage/command-line-usage.md
Expand Up @@ -304,7 +304,7 @@ With strict math on, only maths that is inside un-necessary parenthesis will be

```less
.class {
width: calc(100% - (10px - 5px));
width: calc(100% - ((10px - 5px)));
height: (100px / 4px);
font-size: 1 / 4;
}
Expand Down

0 comments on commit 5685d89

Please sign in to comment.