PHPackages                             webtourismus/tailwindcss-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. webtourismus/tailwindcss-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

webtourismus/tailwindcss-cli
============================

Standalone binary CLI executable of Tailwind CSS for Linux x64 systems. Patched version including postcss-import and postcss-nested.

v3.4.10(1y ago)06.5k↓44.4%MIT

Since Nov 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webtourismus/tailwindcss-cli)[ Packagist](https://packagist.org/packages/webtourismus/tailwindcss-cli)[ Docs](https://tailwindcss.com/blog/standalone-cli)[ RSS](/packages/webtourismus-tailwindcss-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Use Tailwind CSS without Node.js
================================

[](#use-tailwind-css-without-nodejs)

This is a patched version of the standalone CLI build of Tailwind CSS for Linux x64 systems, easily installable as a composer package. Contrary to the default CLI, this patched version also includes postcss-import and postcss-nested bundled inside the CLI executable.

1. Install with `composer require webtourismus/tailwindcss-cli`
2. Execute with `./vendor/bin/tailwindcss`
3. (optional) If you want to use import and/or nesting in your CSS source file, use the `--postcss` parameter to specify your PostCSS config file.

Usage example:

```
./vendor/bin/tailwindcss --input my_tailwind_source.css --output my_compiled_tailwind.css --content my_site/*.html --postcss my_custom_postcss.config.css

```

Example `postcss.config.js` file with import and nesting enabled:

```
module.exports = {
  plugins: {
    'postcss-import': {},
    'tailwindcss/nesting': {},
     tailwindcss: {},
     autoprefixer: {},
  }
}

```

See [tailwindcss.com/blog/standalone-cli](https://tailwindcss.com/blog/standalone-cli) for more instructions.
See [tailwindcss.com/docs/using-with-preprocessors](https://tailwindcss.com/docs/using-with-preprocessors#nesting) for PostCSS options.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~166 days

Total

5

Last Release

626d ago

Major Versions

v0.0.1 → v3.2.12022-11-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39328724?v=4)[webtourismus.at](/maintainers/webtourismus)[@webtourismus](https://github.com/webtourismus)

---

Tags

clicomposerpackagisttailwindcss

### Embed Badge

![Health badge](/badges/webtourismus-tailwindcss-cli/health.svg)

```
[![Health](https://phpackages.com/badges/webtourismus-tailwindcss-cli/health.svg)](https://phpackages.com/packages/webtourismus-tailwindcss-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
