less.starterkit 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name = Bootstrap Sub-Theme (LESS)
  2. description = Uses the Bootstrap Framework LESS source files and must be compiled (not for beginners).
  3. core = 7.x
  4. base theme = bootstrap
  5. ;;;;;;;;;;;;;;;;;;;;;
  6. ;; Regions
  7. ;;;;;;;;;;;;;;;;;;;;;
  8. regions[navigation] = 'Navigation'
  9. regions[header] = 'Top Bar'
  10. regions[highlighted] = 'Highlighted'
  11. regions[help] = 'Help'
  12. regions[content] = 'Content'
  13. regions[sidebar_first] = 'Primary'
  14. regions[sidebar_second] = 'Secondary'
  15. regions[footer] = 'Footer'
  16. regions[page_top] = 'Page top'
  17. regions[page_bottom] = 'Page bottom'
  18. ;;;;;;;;;;;;;;;;;;;;;
  19. ;; Stylesheets
  20. ;;;;;;;;;;;;;;;;;;;;;
  21. stylesheets[all][] = css/style.css
  22. ;;;;;;;;;;;;;;;;;;;;;
  23. ;; Scripts
  24. ;;;;;;;;;;;;;;;;;;;;;
  25. scripts[] = 'bootstrap/js/affix.js'
  26. scripts[] = 'bootstrap/js/alert.js'
  27. scripts[] = 'bootstrap/js/button.js'
  28. scripts[] = 'bootstrap/js/carousel.js'
  29. scripts[] = 'bootstrap/js/collapse.js'
  30. scripts[] = 'bootstrap/js/dropdown.js'
  31. scripts[] = 'bootstrap/js/modal.js'
  32. scripts[] = 'bootstrap/js/tooltip.js'
  33. scripts[] = 'bootstrap/js/popover.js'
  34. scripts[] = 'bootstrap/js/scrollspy.js'
  35. scripts[] = 'bootstrap/js/tab.js'
  36. scripts[] = 'bootstrap/js/transition.js'
  37. ; Disable BootstrapCDN so the compiled LESS source files can be used.
  38. settings[bootstrap_cdn] = ''