tw-to-css
tw-to-css copied to clipboard
Not support format `text-[rgba(250, 84, 28, 1)]`
Here is a case:
input:"text-4xl font-bold mb-6 text-[rgba(250, 84, 28, 1)]"
output:{
fontSize: "2.25rem",
fontWeight: 700,
lineHeight: "2.5rem"
marginBottom: "1.5rem"
}
Self defined className like text-[rgba(250, 84, 28, 1)] cannot be parsed