You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function getBordersSize(styles,axis){var sideA=axis==='x'?'Left':'Top';var sideB=sideA==='Left'?'Right':'Bottom';return+styles['border'+sideA+'Width'].split('px')[0]++styles['border'+sideB+'Width'].split('px')[0];}
Best regards,
Bart Heyrman
The text was updated successfully, but these errors were encountered:
'+ +' not correctly minified and becomes '++'. See minified code below.
Environment:
php 7.2
natxet/CssMin 3.0.4
Original function:
A minified function:
Best regards,
Bart Heyrman
The text was updated successfully, but these errors were encountered: