Skip to content

Commit bd031d1

Browse files
committed
Fix readme
1 parent 3fe19ea commit bd031d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Transforms:
2424
.foo :global(.bar) .baz { ... } /* => */ :local(.foo) .bar :local(.baz) { ... }
2525

2626
.foo:global(.bar) .baz { ... } /* => */ :local(.foo).bar :local(.baz) { ... }
27+
```
2728

2829
## Development
2930

0 commit comments

Comments
 (0)