Title: CSS Parse wrong
Last modified: December 30, 2023

---

# CSS Parse wrong

 *  Resolved [MartinCV](https://wordpress.org/support/users/martin7ba/)
 * (@martin7ba)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/css-parse-wrong/)
 * About 10 mins after I import Starter Tempalate from Astra (where this plugin 
   is also coming as part of) the CSS color variable name is getting parsed as u002du002d
   instead of –. This happens only in some blocks.
   There is color: var(–ast-global-
   color-5) and works fine first 10 mins. Then for some reason it moves to color:
   var(u002du002dast-global-color-5)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [MartinCV](https://wordpress.org/support/users/martin7ba/)
 * (@martin7ba)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/css-parse-wrong/#post-17309260)
 * I added temporary fix which is not good, but nothing else to do.
 * In file class-uagb-post-assets.php in print_stylesheets I added
 *     ```wp-block-code
           $this->stylesheet = str_replace( 'u002du002d', '--', $this->stylesheet );
       ```
   
 *  [Mohsin Ghouri](https://wordpress.org/support/users/mohsinbsf/)
 * (@mohsinbsf)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/css-parse-wrong/#post-17310589)
 * Hi [@martin7ba](https://wordpress.org/support/users/martin7ba/),
 * Thanks for getting in touch with us.
 * I am unable to replicate the issue. Could you please check by turning off all
   third-party plugins? It’s possible that a third-party plugin is causing the problem.
   Also, don’t forget to clear all caches, including the server-side cache.
 * Please give this a try and let me know the outcome.
 * Have a nice day!
 *  [Mohsin Ghouri](https://wordpress.org/support/users/mohsinbsf/)
 * (@mohsinbsf)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/css-parse-wrong/#post-17346276)
 * Hi [@martin7ba](https://wordpress.org/support/users/martin7ba/),
 * It’s been long since we heard from you. I am going ahead to mark this as resolved.
 * Please feel free to open a new thread in case of any other queries.
 * Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS Parse wrong’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-addons-for-gutenberg/assets/icon-256x256.gif?rev
   =3240412)
 * [Spectra Gutenberg Blocks – Website Builder for the Block Editor](https://wordpress.org/plugins/ultimate-addons-for-gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-addons-for-gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mohsin Ghouri](https://wordpress.org/support/users/mohsinbsf/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/css-parse-wrong/#post-17346276)
 * Status: resolved