Skip to content

Commit 1c284d6

Browse files
committed
Fix regex typo
1 parent 34ce0e5 commit 1c284d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2017-01-17-ack-for-css-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ regex is pretty weak and even I can still manage.
9292
## Find Decimal Pixel Values
9393

9494
```
95-
$ ack --css "\d*\.\d+px"
95+
$ ack --css "\d*\.\d*px"
9696
```
9797

9898
We don’t want to have any decimal places in any of our pixel values (e.g.

0 commit comments

Comments
 (0)