Skip to content

Instantly share code, notes, and snippets.

@maximkoretskiy
Created March 7, 2016 19:50
Show Gist options
  • Save maximkoretskiy/8b2ede7f06cfdb7a78c0 to your computer and use it in GitHub Desktop.
Save maximkoretskiy/8b2ede7f06cfdb7a78c0 to your computer and use it in GitHub Desktop.
postcss-initial changes
diff --git a/lib/decls.json b/lib/decls.json
index e21a575..914fa3d 100644
--- a/lib/decls.json
+++ b/lib/decls.json
@@ -40,7 +40,7 @@
{"prop": "border-width", "initial": "medium"},
{"prop": "border-color", "initial": "currentColor"},
{"prop": "border-bottom", "initial": "0"},
- {"prop": "border-bottom-color", "initial": "inherit"},
+ {"prop": "border-bottom-color", "initial": "currentColor"},
{"prop": "border-bottom-left-radius", "initial": "0"},
{"prop": "border-bottom-right-radius", "initial": "0"},
{"prop": "border-bottom-style", "initial": "none"},
@@ -55,7 +55,7 @@
"basic": true
},
{"prop": "border-left", "initial": "0"},
- {"prop": "border-left-color", "initial": "inherit"},
+ {"prop": "border-left-color", "initial": "currentColor"},
{"prop": "border-left-style", "initial": "none"},
{"prop": "border-left-width", "initial": "medium"},
{
@@ -63,7 +63,7 @@
"basic": true
},
{"prop": "border-right", "initial": "0"},
- {"prop": "border-right-color", "initial": "inherit"},
+ {"prop": "border-right-color", "initial": "currentColor"},
{"prop": "border-right-style", "initial": "none"},
{"prop": "border-right-width", "initial": "medium"},
{
@@ -72,7 +72,7 @@
"inherited": true
},
{"prop": "border-top", "initial": "0"},
- {"prop": "border-top-color", "initial": "inherit"},
+ {"prop": "border-top-color", "initial": "currentColor"},
{"prop": "border-top-left-radius", "initial": "0"},
{"prop": "border-top-right-radius", "initial": "0"},
{"prop": "border-top-style", "initial": "none"},
@@ -103,7 +103,7 @@
"basic": true
},
{
- "prop": "color", "initial": "inherit",
+ "prop": "color", "initial": "#000",
"basic": true
},
{
@@ -187,7 +187,7 @@
"basic": true,
"inherited": true
},
- {"prop": "font-family", "initial": "inherit"},
+ {"prop": "font-family", "initial": "serif"},
{"prop": "font-size", "initial": "medium"},
{"prop": "font-style", "initial": "normal"},
{"prop": "font-variant", "initial": "normal"},
@@ -326,7 +326,7 @@
"basic": true
},
{
- "prop": "text-align", "initial": "inherit",
+ "prop": "text-align", "initial": "left",
"basic": true,
"inherited": true
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment