postcss-computed
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "postcss-computed", | ||
"version": "1.0.0", | ||
"description": "A postcss plugin helps to write and call JavaScript functions in css.", | ||
"version": "1.0.1", | ||
"description": "A postcss plugin helps to write and call JavaScript functions in css for computed values.", | ||
"main": "index.js", | ||
@@ -32,2 +32,2 @@ "repository": { | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# postcss-func | ||
A postcss plugin helps to write and call JavaScript functions in css. | ||
# postcss-computed | ||
A postcss plugin helps to write and call JavaScript functions in css for computed values. |
4573