Skip to content

Commit 2523eda

Browse files
author
Anton Evers
committed
upgrade tubalmartin/cssmin to 4.1.0
According to https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/blob/master/README.md#v410-16-may-2017: Performance: 2x times faster than v4.0.0 after code profiling Also minor enhancements like: [target='_blank'] => [target=_blank] [type="something"] => [type=something] background: transparent => background: 0 0 background: none => background: 0 0 #f00 => red padding: 20px 20px => padding 20px 0.12 => .12 total min.css size reduced by 2563 bytes (from 1732225 to 1729662)
1 parent 0aa7656 commit 2523eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"monolog/monolog": "^1.17",
4444
"oyejorge/less.php": "~1.7.0",
4545
"pelago/emogrifier": "0.1.1",
46-
"tubalmartin/cssmin": "3.0.0",
46+
"tubalmartin/cssmin": "4.1.0",
4747
"magento/magento-composer-installer": ">=0.1.11",
4848
"braintree/braintree_php": "3.22.0",
4949
"symfony/console": "~2.3, !=2.7.0",

0 commit comments

Comments
 (0)