Title: 8-Digit Hex codes not preprocessed correctly
Last modified: May 21, 2020

---

# 8-Digit Hex codes not preprocessed correctly

 *  [Atanas Yonkov](https://wordpress.org/support/users/nravota12/)
 * (@nravota12)
 * [6 years ago](https://wordpress.org/support/topic/8-digit-hex-code-not-preprocessed-correctly/)
 * This plugin is awesome, however, I have a design mockup that exports some css
   properties with 8-digit hex values colors and the hex colors are not exported
   correctly from scss to css. As a result, the particular color property is not
   working (displayed with an empty space in the middle). To be more specific. the
   following property in the scss file: `box-shadow: 0px 2px 20px #0000001A;` is
   transpiled in the css file to `box-shadow: 0px 2px 20px #000 1A;`
 * For some reason, the transpiler compresses the first 6 digits into three and 
   leaves a problematic space. In cases of 8-digit hex values, this seems to be 
   unwanted beaviour, since it breaks down the css.
 * This looks like a bug to me. Can this compression be turned off, so that the 
   css is transpiled correctyly? I am attaching a [screenshot](https://i.imgur.com/fPa9O56.png)
   for clarity as well. Thanks in advance!
    -  This topic was modified 6 years ago by [Atanas Yonkov](https://wordpress.org/support/users/nravota12/).
    -  This topic was modified 6 years ago by [Atanas Yonkov](https://wordpress.org/support/users/nravota12/).
    -  This topic was modified 6 years ago by [Atanas Yonkov](https://wordpress.org/support/users/nravota12/).
    -  This topic was modified 6 years ago by [Atanas Yonkov](https://wordpress.org/support/users/nravota12/).

The topic ‘8-Digit Hex codes not preprocessed correctly’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-scss_222222.svg)
 * [WP-SCSS](https://wordpress.org/plugins/wp-scss/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-scss/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-scss/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-scss/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-scss/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-scss/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Atanas Yonkov](https://wordpress.org/support/users/nravota12/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/8-digit-hex-code-not-preprocessed-correctly/)
 * Status: not resolved