diff --git a/destyle.css b/destyle.css index 83052a7..bdd691c 100644 --- a/destyle.css +++ b/destyle.css @@ -412,26 +412,6 @@ textarea { font: inherit; /* 2 */ } -/** - * Fix placeholder font properties inheritance. - */ - -::-webkit-input-placeholder { - font: inherit; -} - -:-ms-input-placeholder { - font: inherit; -} - -::-ms-input-placeholder { - font: inherit; -} - -::placeholder { - font: inherit; -} - /** * Clickable labels */ diff --git a/package.json b/package.json index 871e312..003f422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destyle.css", - "version": "1.0.8", + "version": "1.0.9", "description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", "main": "destyle.css", "style": "destyle.css",