css-standards

Codify CSS standards for the Oh My Brand! WordPress FSE theme.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/WesleySmits/oh-my-brand-wp-fse --skill css-standards-wesleysmits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: css-standards
Source: https://github.com/WesleySmits/oh-my-brand-wp-fse/tree/main/.github/skills/css-standards
Command: npx skills add https://github.com/WesleySmits/oh-my-brand-wp-fse --skill css-standards-wesleysmits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

CSS coding standards to ensure consistent, accessible styling across the Oh My Brand! WordPress FSE theme.

Core Features & Use Cases

  • Establishes a shared CSS methodology (BEM naming, tokens, and responsive patterns) to reduce styling drift.
  • Provides guidance for accessibility, theme tokens, and design-system alignment across blocks, templates and components.
  • Serves as a reference for teams to apply consistent styling in new and existing themes.

Quick Start

Apply the CSS standards across the Oh My Brand! WordPress FSE theme to ensure consistent, accessible styling across blocks and components.

Frequently Asked Questions about css-standards

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

FAQPage Schema
How do I enforce consistent CSS patterns in a WordPress FSE theme?

To enforce consistent CSS patterns in a WordPress FSE theme, you need to codify standards for BEM naming, custom properties, and responsive layouts. This ensures styling consistency and accessibility across all blocks, templates, and components.

What is the best way to structure CSS for accessibility and responsive design?

The best way to structure CSS for accessibility and responsive design is by applying BEM naming, theme tokens, and accessibility patterns. Using custom properties and shared design tokens reduces styling drift across components.

Does this CSS methodology work with custom properties and design tokens?

Yes, this CSS methodology works with custom properties and design tokens by enforcing their usage as concrete requirements. It aligns theme token usage across blocks and templates to maintain a consistent design system.

How do I configure Stylelint guidelines for BEM naming conventions?

To configure Stylelint guidelines for BEM naming conventions, you implement them as concrete requirements within your CSS standards. This codified approach prevents styling drift and ensures all developers follow the same naming structure.

Why does my WordPress theme suffer from styling drift across blocks and templates?

Your WordPress theme suffers from styling drift across blocks and templates due to a lack of codified CSS standards. Establishing a shared methodology using BEM naming and responsive design tokens eliminates inconsistent styling.

Can I use these CSS standards for existing WordPress themes or only new ones?

You can use these CSS standards for both existing and new WordPress themes. They serve as a reference for teams to apply consistent styling, accessibility patterns, and theme token alignment across any project.