Closed jsakas closed 5 years ago
The existing regex requires a decimal. This matches 1.0, but not 1, making rgba(1, 1, 1, 1) invalid when it should be considered valid.
1.0
1
rgba(1, 1, 1, 1)
Closes #92
The existing regex requires a decimal. This matches
1.0
, but not1
, makingrgba(1, 1, 1, 1)
invalid when it should be considered valid.Closes #92