We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ce0e5 commit 1c284d6Copy full SHA for 1c284d6
1 file changed
_posts/2017-01-17-ack-for-css-developers.md
@@ -92,7 +92,7 @@ regex is pretty weak and even I can still manage.
92
## Find Decimal Pixel Values
93
94
```
95
-$ ack --css "\d*\.\d+px"
+$ ack --css "\d*\.\d*px"
96
97
98
We don’t want to have any decimal places in any of our pixel values (e.g.
0 commit comments