mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-02 17:42:49 +02:00
change border property value to inherit for form elements
This commit is contained in:
@@ -240,7 +240,7 @@ textarea {
|
||||
vertical-align: middle;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
border: 0;
|
||||
border: inherit;
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "destyle.css",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
|
||||
"main": "destyle.css",
|
||||
"style": "destyle.css",
|
||||
|
Reference in New Issue
Block a user