@def HEADER_ROW_BACKGROUND_COLOR #b2bbc9;
background: HEADER_ROW_BACKGROUND_COLOR;
This does not work.
background-image: linear-gradient(top, HEADER_ROW_BACKGROUND_COLOR literal(" 0%"), HEADER_ROW_BACKGROUND_COLOR literal(" 97%"), #7a808a literal(" 100%"));
The property shows up in web inspector totally fine, EXCEPT that the 2 references to the constant are never translated. They just appear as is, strings in all caps. (see attachment)
Is this a known bug of some kind?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/hd3CACzUzPsJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.