[wp-meta] [Making WordPress.org] #6982: Need example about inline CSS Coding Standards

Making WordPress.org noreply at wordpress.org
Thu May 11 12:21:12 UTC 2023


#6982: Need example about inline CSS Coding Standards
---------------------------+-------------------------
 Reporter:  monzuralam     |      Owner:  (none)
     Type:  enhancement    |     Status:  new
 Priority:  normal         |  Milestone:
Component:  Developer Hub  |   Keywords:  needs-patch
---------------------------+-------------------------
 [https://developer.wordpress.org/coding-standards/wordpress-coding-
 standards/css CSS Coding Standards]

 There is no example of inline CSS Coding Standards.

 I think It'll be helpful for developers & Improve Documentation.

 For example -

 {{{
 #incorrect
 .selector-1{ color: green; }

 #correct
 .selector-1{
     color: green;
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6982>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list