Following software needs to be installed on your system:
Install dependencies:
pnpm i
This repository is a monorepo powered by pnpm workspaces & Turborepo.
You can find the different projects in the directories:
- ./examples
- ./examples/standalone contains an example for using
css2tailwind
in a single repository
- ./examples/standalone contains an example for using
- ./css2tailwind contains the source code for the
css2tailwind
tool
After making changes in ./css2tailwind, you must build the CLI.
pnpm -F @titanom/css2tailwind build
Then you can use it with any of the examples, e.g. with standalone
.
pnpm -F @css2tw/standalone dev