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
{{ message }}
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
inside boxshadow.js when i set some properties(blur, spread, etc.) code
$.css(elem, support.boxShadow).split(rWhitespace)
return
["rgba(0,", "0,", "0,", "0.1)", "0px", "0px", "5px", "5px"].
If i want set spread 20px, i get ["rgba(0,", "0,", "0,", "0.1)", "0px", "20px", "5px", "5px"]. Error is in split array with rWhitespace and rgba in css properties.
The text was updated successfully, but these errors were encountered:
inside boxshadow.js when i set some properties(blur, spread, etc.) code
$.css(elem, support.boxShadow).split(rWhitespace)
return
["rgba(0,", "0,", "0,", "0.1)", "0px", "0px", "5px", "5px"].
If i want set spread 20px, i get ["rgba(0,", "0,", "0,", "0.1)", "0px", "20px", "5px", "5px"]. Error is in split array with rWhitespace and rgba in css properties.
The text was updated successfully, but these errors were encountered: