Skip to content

Commit

Permalink
Link to boolean operators from the conditional docs. (sass#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awjin committed Mar 9, 2022
1 parent 5764976 commit fb39397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/documentation/at-rules/control/if.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ An `@if` rule can optionally be followed by an `@else` rule, written
@include theme-colors($light-theme: false)
<% end %>

Conditional expressions may contain [boolean operators][] (`and`, `or`, `not`).

[boolean operators]: ../../operators/boolean

### `@else if`

You can also choose whether to evaluate an `@else` rule's block by writing it
Expand Down

0 comments on commit fb39397

Please sign in to comment.