[wp-trac] [WordPress Trac] #57697: Wrong property name on style-engine.js

WordPress Trac noreply at wordpress.org
Sat Feb 11 22:19:15 UTC 2023


#57697: Wrong property name on style-engine.js
--------------------------+-----------------------------
 Reporter:  papazetis     |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 {{{
 #!javascript
 const lineHeight = {
   name: 'letterSpacing',
   generate: (style, options) => {
     return generateRule(style, options, ['typography', 'lineHeight'],
 'lineHeight');
   }
 };
 }}}

 /wp-includes/js/dist/style-engine.js on line 419 the name property is
 wrong

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/57697>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list