this demo talks about the "compilcated gradient syntax"
which like, what? you can just do linear-gradient(90deg, #000, #F0F, #FFF)
the only "complicated" bit is remembering the word "linear"
now fully supporting rgba to 4/8 character hex codes!
bug fixes for string name double replacements.
examples:
color:rgb(255,0,0) => color:red
background:aliceblue => background:#f0f8ff
border:1px ...