Title: dm-style.min.css throwing warnings
Last modified: August 30, 2016

---

# dm-style.min.css throwing warnings

 *  Resolved [snaphappyme](https://wordpress.org/support/users/snaphappyme/)
 * (@snaphappyme)
 * [11 years ago](https://wordpress.org/support/topic/dm-stylemincss-throwing-warnings/)
 * The developer toolbar threw up a number of warnings for `dm-style.min.css`
 * When I had a quick look at the style definitions within this file I saw many 
   declarations are **missing the closing semi-colon ;**
 * example:
 *     ```
       .dm-width {
           max-width: 100%;
           display: inline-block<no semi-colon>
       }
       ```
   
 * This may or may not be of concern.
 * But the error showing is “Invalid CSS property declaration at *”
 * [https://wordpress.org/plugins/device-mockups/](https://wordpress.org/plugins/device-mockups/)

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

 *  Thread Starter [snaphappyme](https://wordpress.org/support/users/snaphappyme/)
 * (@snaphappyme)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/dm-stylemincss-throwing-warnings/#post-6185829)
 * Looking through the CSS I can see three places where ‘*” star shortcut is used.
 *     ```
       * html .slides{} <-- ok to me
   
       .flex-direction-nav {*height:0;} <-- never seen it done like this but I am no expert
   
       .flex-control-nav li {*display:inline;} <-- never seen it done like this but I am no expert
       ```
   
 * **Anyone??**
 * It’s not a big deal but any error or warning is one you want to get rid of and
   investigate.
 *  Plugin Author [Justin Peacock](https://wordpress.org/support/users/mrdink/)
 * (@mrdink)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/dm-stylemincss-throwing-warnings/#post-6185926)
 * Hey snaphappyme,
 * Placing a * before a property in CSS is a browser hack for IE.
 * [http://browserhacks.com](http://browserhacks.com)
 * And for your first question, a semicolon isn’t needed after the last property
   statement in CSS.
 *  Thread Starter [snaphappyme](https://wordpress.org/support/users/snaphappyme/)
 * (@snaphappyme)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/dm-stylemincss-throwing-warnings/#post-6185928)
 * Interesting. You learn something new everyday.
 * I knew the * was an i.e. hack but never seen it used as a property prefix.
 * So I will ignore the warnings. Thanks for answering query.

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

The topic ‘dm-style.min.css throwing warnings’ is closed to new replies.

 * ![](https://ps.w.org/device-mockups/assets/icon.svg?rev=1719613)
 * [Device Mockups](https://wordpress.org/plugins/device-mockups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/device-mockups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/device-mockups/)
 * [Active Topics](https://wordpress.org/support/plugin/device-mockups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/device-mockups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/device-mockups/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [snaphappyme](https://wordpress.org/support/users/snaphappyme/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/dm-stylemincss-throwing-warnings/#post-6185928)
 * Status: resolved