Does anyone know if there's a way to access CssRule properties? I'm passing a CssRule into a Fragment and using it to style some things, but I'd like access to a specific color variable used in the CssRule; otherwise I'll either have to hard-code the color in or have it passed in as another parameter, which I'd rather not do.