Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove autoRename option and rename directives
  • Loading branch information
elchininet committed Dec 30, 2023
commit 7154de6161dd942679acf95324e85ed2ae38ec1d
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