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, or is-warning or is-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.
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:
Most helpful comment
WooHoo, I got it!! 馃帀


I'll create Pull Request later. 馃憤