0.2.0 • Published 2 years ago

css-codemod v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

:snake: css-codemod

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

Install

TODO

Usage

TODO

CLI

TODO

API

TODO

PostCSS

PostCSS is the core tool used for performing code transformations. As a result, much of it's API is re-surfaced in this toolkit and will link to it's documentation.

Motivation

css-codemod is inspired by tools like jscodeshift to streamline CSS transformations whether it be an evolving codebase, or adopting newer syntax.