WordPress-Coding-Standards / stylelint-config-wordpress

WordPress shareable config for stylelint Note: Migrating to Gutenberg repo:

Home Page:https://github.com/WordPress/gutenberg/pull/22777

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `font-weight-notation` with `numeric` option

ntwb opened this issue · comments

Via https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/#values

Font weights should be defined using numeric values (e.g. 400 instead of normal, 700 rather than bold).