Title: duplicate property in css
Last modified: October 26, 2017

---

# duplicate property in css

 *  Resolved [joneiseman](https://wordpress.org/support/users/joneiseman/)
 * (@joneiseman)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/duplicate-property-in-css/)
 * In the gigpress.css file I see the following:
 *     ```
       /* Notices for Cancelled or Sold Out shows */
       strong.gigpress-cancelled, strong.gigpress-soldout {
               text-transform: uppercase;
               font-weight: bold;
               padding: 1px;
               color: #111;
               background: #fffdeb;
               border: 1px solid #EEE;
               background: #111;
               color: #FFF;
               border: none;
       }
       ```
   
 * You can see that the last 3 properties are repeated but with different values
   the 2nd time. This looks like an error. This will be reported as an warning by
   csslint in the code editor in the next version of WordPress (4.9).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/duplicate-property-in-css/#post-9638655)
 * Hello [@joneiseman](https://wordpress.org/support/users/joneiseman/),
 * Thanks for pointing that out! It does look like a superfluous duplication. I 
   marked that and we’re going to fix it in the next release.
 * Cheers,
    Andras

Viewing 1 replies (of 1 total)

The topic ‘duplicate property in css’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [András Guseo](https://wordpress.org/support/users/aguseo/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/duplicate-property-in-css/#post-9638655)
 * Status: resolved