Dup Ver Goto 📝

Attr

PT2/lang/css/misc does not exist
To
11 lines, 29 words, 206 chars Page 'Attr' does not exist.

Simple Example

Note how you need type(<color>) to take colours from attributes.

<h1 cx="10" cy="red">hello</h1>
h1 {
  font-size: attr(cx rem);
  color: attr(cy type(<color>));
}