We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a6ca0 commit 95edbb8Copy full SHA for 95edbb8
docs/Filters.md
@@ -65,7 +65,7 @@ This filter extracts css from output files and creates new files with defined pr
65
````PHP
66
$webloader->addCssFilter('cssBreakpointsFilter', function ($code, $collectionPath) use ($cssMinifier) {
67
$breakpoints = [
68
- 'medium' => ['px' => [768, 1023]], // For breakpoints between 640px to 1023px
+ 'medium' => ['px' => [768, 1023]], // For breakpoints between 640px up to 1023px
69
'large' => ['*'] // For every other breakpoints
70
];
71
0 commit comments