Skip to content

Breklin/windpress

 
 

Repository files navigation

WindPress Logo

WindPress

WindPress is a platform-agnostic plugin for integrating Tailwind CSS into WordPress, allowing you to harness the full power of Tailwind CSS within the WordPress ecosystem.

WordPress plugin version WordPress plugin downloads WordPress plugin active installs WordPress plugin rating
GitHub Release MIT License Build Status
GitHub Sponsors button ko-fi button facebook group button

Note

You are looking at the WordPress plugin for integrating Tailwind CSS v4.

The support for Tailwind CSS v3 is now available at https://siul.yabe.land.

Intro

Use Tailwind CSS within the block editor, page builders, plugins, and themes — no build step is required.

Features

  • ✅  Easy to use: Simplified and intuitive settings to get you up and running quickly.
  • 🥰  Customizable Configuration: Comes with a default Tailwind CSS configuration, which can be customized to fit your needs.
  • ⚡️  Lightweight and blazingly fast: Built on top of WordPress REST API. It has a small footprint and won't slow down your site.
  • 📦  Compile on the browser. No server is required: Generate the final CSS file in the browser without server-side tools. None of your data is transferred over the network.

Integrations

Seamless integration with the most popular visual/page builders:

Planned / In Progress

🛠 Development

Requirements

Getting Started

  1. Clone the repository to your wp-content/plugins directory:

    git clone https://github.com/wind-press/windpress.git windpress-dev
    cd windpress-dev
  2. Install the PHP dependencies:

    composer install
  3. Install the JavaScript dependencies:

    pnpm install
  4. Start the development server:

    pnpm run dev
  5. Activate the plugin.

Star History

Star History Chart

Sponsors

If you like this project, please consider supporting us by becoming a sponsor.

GitHub Sponsors button ko-fi button

Community

Join our Facebook Group

About

Use Tailwind CSS within the block editor, page builders, plugins, and themes — no build step is required

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 39.1%
  • PHP 30.9%
  • Vue 24.3%
  • SCSS 5.2%
  • Other 0.5%