Last change
on this file since 6fe77af was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
805 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # cssnano-utils
|
---|
| 2 |
|
---|
| 3 | Utility 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 | | `getMatch` | Convert a list of keywords into a single keyword match. |
|
---|
| 11 | | `getArguments` | Get a list of arguments, separated by a comma. |
|
---|
| 12 | | `sameParent` | Check that two PostCSS nodes share the same parent. |
|
---|
| 13 |
|
---|
| 14 | ## Contributors
|
---|
| 15 |
|
---|
| 16 | See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.