Divi 5 Compatibility

Validate CSS against Divi 5 constraints for unsupported units and selectors.

49|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/cjsimon2/Divi5-ToolKit --skill divi-5-compatibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Divi 5 Compatibility
Source: https://github.com/cjsimon2/Divi5-ToolKit/tree/main/skills/divi5-compatibility
Command: npx skills add https://github.com/cjsimon2/Divi5-ToolKit --skill divi-5-compatibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Divi 5 Compatibility helps developers and designers verify CSS against Divi 5 constraints, catching unsupported units, problematic selectors, and scope issues before deployment.

Core Features & Use Cases

  • Rules and patterns to identify unsupported units (such as ch and ex), container/selector pitfalls, and scope issues.
  • Guidance for correct specificity and :root-level CSS variables, with practical fixes for common Divi 5 compatibility problems.
  • Use Case: When debugging a Divi module that renders incorrectly in Divi 5, apply this skill to locate the root cause and apply a robust fix.

Quick Start

Run a compatibility check on your CSS to identify not-supported units, specificity issues, and root-level CSS variable scope.

Frequently Asked Questions about Divi 5 Compatibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate CSS for Divi 5 compatibility issues?

Divi 5 compatibility checks validate CSS against Divi 5 constraints, identifying unsupported units, invalid selectors, and scope issues before deployment. This enforces rules like correct specificity and root-level variable scope.

Why does my Divi module render incorrectly after migrating to Divi 5?

A Divi module renders incorrectly in Divi 5 when CSS contains unsupported units like ch and ex, problematic selectors, or scope issues. Apply a compatibility check to locate the root cause and apply a robust fix.

What CSS units are not supported in Divi 5?

Divi 5 does not support CSS units such as ch and ex. Compatibility validation identifies these not-supported units along with specificity and root-level variable scope issues to ensure consistent style audits across projects.

How do I fix CSS specificity and scope issues in Divi 5?

To fix CSS specificity and scope issues in Divi 5, enforce correct specificity and use :root-level CSS variables. Compatibility checks provide documented validation steps and practical fixes for these common style problems.

Does my web development workflow need a Divi 5 style audit?

You need a Divi 5 style audit when debugging Divi modules or verifying CSS against Divi 5 constraints. It enforces rules for not-supported units, correct specificity, and root-level variable scope to catch issues before deployment.