customizer-nav.pug 637 B

123456789101112131415161718
  1. // NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.pug 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.pug template.