source: frontend/node_modules/cssnano-utils/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 705 bytes
Line 
1# cssnano-utils
2
3Utility methods and plugin for cssnano projects
4
5## List of methods and plugin(s)
6
7| **utility methods** | **description** |
8| ------------------- | ------------------------------------------------------------------------- |
9| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |
10| `getArguments` | Get a list of arguments, separated by a comma. |
11| `sameParent` | Check that two PostCSS nodes share the same parent. |
12
13## Contributors
14
15See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).
Note: See TracBrowser for help on using the repository browser.