Skip to content

Commit

Permalink
Remove autoRename option and rename directives
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Dec 30, 2023
1 parent 0d8c2f3 commit de125df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,8 @@ Control Directives

Control directives are placed between rules or declarations. They can target a single node or a set of nodes.

>Note: block directives (the ones that start with `begin` and end with `end`) should be placed outside rules to apply the directive to multiple rules or inside a rule to apply the directive to multiple declarations. You should not place the begin of a directive outside a rule and the end inside one (or vice versa) or you will get undesired results.
| Directive | Description |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `/*rtl:ignore*/` | Ignores processing of the following rule or declaration |
Expand All @@ -1458,7 +1460,7 @@ Control directives are placed between rules or declarations. They can target a s
<details><summary>Expand</summary>
<p>

This directive ignores processing of the following rule or declaration. In the next block the whole declaration will be ignored:
This directive ignores processing of the following rule or declaration. In the next block the whole declaration will be ignored.

##### input

Expand Down

0 comments on commit de125df

Please sign in to comment.