Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
There was an error while loading. Please reload this page.
While parsing a CSS file I'd like to convert any colours from "white" or "#FFF" to "#FFFFFF". I tried modifying the token's value accordingly but calling as_css() doesn't appear to show the change. Is it possible at all to modify the parsed CSS?
Thanks