Skip to content

Commit 95edbb8

Browse files
authored
Update Filters.md
1 parent 67a6ca0 commit 95edbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This filter extracts css from output files and creates new files with defined pr
6565
````PHP
6666
$webloader->addCssFilter('cssBreakpointsFilter', function ($code, $collectionPath) use ($cssMinifier) {
6767
$breakpoints = [
68-
'medium' => ['px' => [768, 1023]], // For breakpoints between 640px to 1023px
68+
'medium' => ['px' => [768, 1023]], // For breakpoints between 640px up to 1023px
6969
'large' => ['*'] // For every other breakpoints
7070
];
7171

0 commit comments

Comments
 (0)