Skip to content

Commit f61b0cf

Browse files
committed
docs: start updating docs
1 parent 4179cee commit f61b0cf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
css-codemod is a toolkit for running codemods (a.k.a. transforms) over many CSS files.
44

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+
510
## Install
611

712
There are a few ways to use css-codemod.

0 commit comments

Comments
 (0)