cssnano-utils
Advanced tools
Comparing version
{ | ||
"name": "cssnano-utils", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": "cssnano/cssnano", | ||
@@ -15,3 +15,4 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"LICENSE" | ||
], | ||
@@ -29,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"readme": "# cssnano-utils\n\nUtility methods and plugin for cssnano projects\n\n## List of methods and plugin(s)\n\n| **utility methods** | **description** |\n| ------------------- | ------------------------------------------------------------------------- |\n| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |\n| `getMatch` | Convert a list of keywords into a single keyword match. |\n| `getArguments` | Get a list of arguments, separated by a comma. |\n| `sameParent` | Check that two PostCSS nodes share the same parent. |\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).\n" | ||
"readme": "# cssnano-utils\n\nUtility methods and plugin for cssnano projects\n\n## List of methods and plugin(s)\n\n| **utility methods** | **description** |\n| ------------------- | ------------------------------------------------------------------------- |\n| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |\n| `getArguments` | Get a list of arguments, separated by a comma. |\n| `sameParent` | Check that two PostCSS nodes share the same parent. |\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).\n" | ||
} |
@@ -10,3 +10,2 @@ # cssnano-utils | ||
| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes | | ||
| `getMatch` | Convert a list of keywords into a single keyword match. | | ||
| `getArguments` | Get a list of arguments, separated by a comma. | | ||
@@ -13,0 +12,0 @@ | `sameParent` | Check that two PostCSS nodes share the same parent. | |
6443
16.36%8
14.29%16
-5.88%