Title: CSS Editor dumping &#8220;invalid&#8221; CSS?
Last modified: September 5, 2016

---

# CSS Editor dumping “invalid” CSS?

 *  [Dan Bailey](https://wordpress.org/support/users/fontosaurus/)
 * (@fontosaurus)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/css-editor-dumping-invalid-css/)
 * Trying to add a bit of code to my CSS, and it won’t seem to save any code that
   it considers “invalid” — discovered this when trying to add this line to a class:
 * `-webkit-text-fill-color: transparent;`
 * After I save, the class comes back without that line in it. So I just jokingly
   added:
 * `WUT`
 * outside of any class, and sure enough, it didn’t save. Wrap it in comment tags,
   though:
 * `/* WUT */`
 * and it’s all good. So. The question — is this filtering an “undocumented feature”?
   Or is this something I can shut off?

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 9 months ago](https://wordpress.org/support/topic/css-editor-dumping-invalid-css/#post-8148830)
 * Jetpack’s Custom CSS module does indeed remove invalid CSS on save, for security
   reasons.
 * Unfortunately, it looks like `text-fill-color` is considered as invalid as well;
   we’ll need to update Jetpack to support these new CSS properties.
 * You can follow our progress on this issue here:
    [https://github.com/Automattic/jetpack/issues/3671](https://github.com/Automattic/jetpack/issues/3671)
 *  Thread Starter [Dan Bailey](https://wordpress.org/support/users/fontosaurus/)
 * (@fontosaurus)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/css-editor-dumping-invalid-css/#post-8149521)
 * Excellent. Thank you.

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

The topic ‘CSS Editor dumping “invalid” CSS?’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Dan Bailey](https://wordpress.org/support/users/fontosaurus/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/css-editor-dumping-invalid-css/#post-8149521)
 * Status: not resolved