A Tailwind plugin for WordPress theme developers.
Tailwind/Gutenberg is a Tailwind plugin designed specifically for WordPress theme developers. It aims to enhance the theme development process by introducing various modules that can be easily integrated with the Tailwind CSS framework. This plugin is still a work-in-progress, and contributors are welcome to join and help improve it.
To install Tailwind/Gutenberg, follow these steps:
npm install tailwind-gutenberg
Here’s an example of importing and using a module in your JavaScript file:
import { aspectRatios } from 'tailwind-gutenberg/modules/aspect-ratios';
// Use the aspectRatios module in your code
And here’s an example of importing and using a module in your CSS file:
@import 'tailwind-gutenberg/modules/colors';
/* Use the colors module in your CSS rules */
Remember to customize the imported modules based on your theme’s requirements and configuration.
Tailwind/Gutenberg is a plugin that aims to enhance the development experience for WordPress theme developers using the Tailwind CSS framework. It provides various modules that offer additional functionalities and styling options. The plugin is still under development, and community contributions are highly appreciated. To install the plugin, ensure Tailwind CSS is installed in your project and follow the provided installation guide.