Closed guastallaigor closed 5 years ago
Maybe this is related to #234
bug | ??? |
---|---|
I don't know why but it seems that it will not be working when using HEX color codes. 🤔
WooHoo, I got it!! 🎉 I'll create Pull Request later. 👍
fill="rgb(#{red($color)}, #{green($color)}, #{blue($color)})"
// I could not use 'rgba' function. Because like this:
rgba(#ff0000, 1.0) -> #ff0000
:tada: This issue has been resolved in version 2.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This bug was founded by @juanpablolvl99. I tested it myself and it is happening.
Describe the bug Pixelated borders are not working in Mozilla Firefox in the
develop
branch.To Reproduce Steps to reproduce the behavior:
npm install
;npm run build
;npm run storybook
;is-success
, oris-warning
oris-error
;Expected behavior The borders are pixelated and when I click an option it changes the color.
Screenshots
Environment:
Suggestion(s) for fixing this issue Maybe the
border-image
property does not work in Firefox?Additional context In master this is not happening in any of the browsers.