https://github.com/neulhan/hex2rgba
6~8 Number of digits Hex to RGBA (CSS)
https://github.com/neulhan/hex2rgba
css hex rgba svelte
Last synced: about 1 month ago
JSON representation
6~8 Number of digits Hex to RGBA (CSS)
- Host: GitHub
- URL: https://github.com/neulhan/hex2rgba
- Owner: Neulhan
- Created: 2020-10-17T08:49:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T09:10:55.000Z (over 5 years ago)
- Last Synced: 2025-04-05T02:33:40.682Z (about 1 year ago)
- Topics: css, hex, rgba, svelte
- Language: JavaScript
- Homepage: https://neulhan.github.io/hex2rgba/
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HEX2RGBA

The hex eight-digit expression (`#00000010`) does not work in InternetExplorer.
However, there was no tool to replace this eight-digit representation with the `rgba` format that also works with IE.
So I made this simple with a svelte.
### Link
[https://neulhan.github.io/hex2rgba/](https://neulhan.github.io/hex2rgba/)
### preview
