Tailwindcss screenshot

Tailwindcss

Author Avatar Theme by Pelican plugins
Updated: 27 Oct 2025
21 Stars

Pelican plugin that adds Tailwind CSS support.

Overview

The TailwindCSS Plugin for Pelican is a plugin that allows users to easily use TailwindCSS in their Pelican websites. By installing this plugin, users can quickly integrate the powerful CSS framework into their website templates.

Features

  • Easy Installation: The plugin can be installed using pip or Poetry.
  • Basic Usage: Users can create a tailwind.config.js file and an input.css file in their Pelican project root folder to configure and use TailwindCSS.
  • Advanced Usage: Users can customize the plugin’s behavior using the TAILWIND setting in their project’s settings file.
  • Tailwind Plugin Support: The plugin allows users to easily install and use TailwindCSS plugins in their Pelican websites.

Installation

To install the TailwindCSS Plugin for Pelican, follow these steps:

  1. Ensure that NodeJS is installed on your system.
  2. Run the following command to install the plugin via pip:
    python -m pip install pelican-tailwindcss
    
    or via Poetry:
    poetry add pelican-tailwindcss
    

Summary

The TailwindCSS Plugin for Pelican is a convenient tool for integrating the TailwindCSS framework into Pelican websites. With easy installation and usage, users can quickly set up their website templates to benefit from the powerful styling capabilities of TailwindCSS. The plugin also offers advanced customization options and support for TailwindCSS plugins, making it a versatile choice for Pelican users.