Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

customizer-nav.jade 639 B

vor 3 Jahren
1234567891011121314151617
  1. // NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.
  2. li
  3. a(href='#import-drop-target') Import
  4. li
  5. a(href='#less') Less components
  6. li
  7. a(href='#plugins') jQuery plugins
  8. li
  9. a(href='#less-variables') Less variables
  10. ul.nav
  11. each section in sections
  12. if section.customizable
  13. li
  14. a(href='#'+section.id)= section.heading
  15. li
  16. a(href='#download') Download
  17. // NOTE: DO NOT EDIT THE PRECEDING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.