Skip to content

Commit

Permalink
Update Filters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Dec 18, 2017
1 parent 67a6ca0 commit 95edbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Filters.md
Expand Up @@ -65,7 +65,7 @@ This filter extracts css from output files and creates new files with defined pr
````PHP
$webloader->addCssFilter('cssBreakpointsFilter', function ($code, $collectionPath) use ($cssMinifier) {
$breakpoints = [
'medium' => ['px' => [768, 1023]], // For breakpoints between 640px to 1023px
'medium' => ['px' => [768, 1023]], // For breakpoints between 640px up to 1023px
'large' => ['*'] // For every other breakpoints
];

Expand Down

0 comments on commit 95edbb8

Please sign in to comment.