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
fix(release): manually release a patch version
There was an issue with a patch release, so this manual-releases.md change is to release a new patch version.
Reference: #69
feat: Support multiple shadows in a single shadow style (#64)
* feat: Support multiple shadows in a single shadow style
box-shadow and text-shadow can take multiple shadows. Currently
rtl-css-js only supports flipping one single shadow value.
This PR attempts to add a split function for shadows. I had to custom
write it since it needs to handle the case where `rgb(,,,)` values are
in the shadow.
* use triple equals
* Update src/internal/utils.js
* fix istanbul ignore
fix(release): manually release a patch version
There was an issue with a patch release, so this manual-releases.md
change is to release a new patch version.
Reference: #62
fix(release): manually release a patch version
There was an issue with a patch release, so this manual-releases.md
change is to release a new patch version.
Reference: #62