Drupal is a registered trademark of Dries Buytaert
Release: Leaflet 10.4.11 Minor update available for module leaflet (10.4.11). Release: Session Inspector 1.0.8 Minor update available for module session_inspector (1.0.8). Release: Migrate QA 2.0.4 Minor update available for module migrate_qa (2.0.4). Release: CKEditor Description List 3.0.0 Major update available for module ckeditor_descriptionlist (3.0.0). Release: FlowDrop 2.4.0 Minor update available for module flowdrop (2.4.0). Release: JWT Token Refresh 1.0.4 Minor update available for module jwt_token_refresh (1.0.4). Release: ConReg 1.0.0-beta1 First beta version released for module conreg (1.0.0-beta1). Release: AI Image Studio 1.0.0-beta8 New beta version released for module ai_image_studio (1.0.0-beta8). Usage Milestone: Statistics Counter Module statistics_counter crossed 1,000 active installs. Module Revived: Decoupled Router 2.0.7 Module decoupled_router updated after 11 months of inactivity (2.0.7).

This module integrates Tailwind CSS builds for Drupal themes and Canvas code components, ensuring a single shared build. It scans templates and components together to generate one stylesheet, uses a unified set of design tokens across the site and previews, and prevents duplicate Preflight styles.

Canvas Tailwind gives a site one Tailwind build shared by its theme and its Drupal Canvas code components: one set of design tokens, one stylesheet, one preflight.

The problem

Canvas compiles Tailwind for code components in the browser. A Tailwind theme compiles its own on the command line. The two builds know nothing about each other, so you get two copies of preflight competing, tokens defined in two places that drift apart, and utility classes used only inside a code component that never make it into the stylesheet at all.

What it does

Templates and code components are scanned together, against one configuration, into one stylesheet that serves both. Tokens are declared once, in the theme's @theme block, and apply everywhere — including Canvas' live preview.

Usage

Enable the module, install its front-end dependencies, then build from your theme's directory:

npx canvas-tailwind            # build
npx canvas-tailwind --watch    # rebuild on changes
npx canvas-tailwind --check    # CI: fail if the built CSS is stale

Common Tailwind v4 entrypoints are detected automatically; a theme can name its own entry point in the theme's .info.yml:

canvas_tailwind:
  entry: css/styles.css

Activity

Tracked releases
3
Tracked since
Aug 2026
Latest release
2 weeks ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.0.0-alpha2 Pre-release Aug 10, 2026
1.0.0-alpha1 Pre-release Aug 10, 2026
1.0.x-dev Dev Aug 10, 2026