We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4179cee commit f61b0cfCopy full SHA for f61b0cf
1 file changed
README.md
@@ -2,6 +2,11 @@
2
3
css-codemod is a toolkit for running codemods (a.k.a. transforms) over many CSS files.
4
5
+Powered by [PostCSS](https://postcss.org) so the existing tooling and community can be leveraged.
6
+
7
+- Any [PostCSS syntax parser and stringifier](https://github.com/postcss/postcss/blob/main/docs/syntax.md) can be added.
8
+- Any [PostCSS plugin](https://github.com/postcss/postcss/blob/main/docs/plugins.md) can be added,
9
10
## Install
11
12
There are a few ways to use css-codemod.
0 commit comments