The previous implementation was keeping compressed vars (e.g. var:preset|spacing|10) in styles settings and value replacing was able to process only those prefixed var|preset|color. This refactor adds extraction of all compressed values to valid css variables, which can be replaced immediately or later by variables postprocessor. [MAILPOET-6249]