You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
705 B

3 months ago
  1. # cssnano-utils
  2. Utility methods and plugin for cssnano projects
  3. ## List of methods and plugin(s)
  4. | **utility methods** | **description** |
  5. | ------------------- | ------------------------------------------------------------------------- |
  6. | `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |
  7. | `getArguments` | Get a list of arguments, separated by a comma. |
  8. | `sameParent` | Check that two PostCSS nodes share the same parent. |
  9. ## Contributors
  10. See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).