Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

customizer-nav.jade 639 B

3 anni fa
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.