Skip to content
Snippets Groups Projects
Commit 3d896688 authored by Mark Halliwell's avatar Mark Halliwell
Browse files

Temporarily remove SASS starterkit

This was just a copy of the LESS starterkit, but was never completed. Until this issue can be committed as a fully functioning feature, it shouldn't be in the repo.

Issue #2102895: Create SASS starterkit (with Bundle, Compass and Bower support)
parent aefbb5da
No related branches found
Tags 7.x-2.0-alpha4 7.x-2.x-alpha4
No related merge requests found
To help consolidate and remove possible future inconsistencies, the
documentation for this sub-theme starter kit has been moved to:
http://drupal.org/node/1978010.
If using Method 1, this folder is where the output from the compiled LESS files
should be generated. If using the LESS module, this folder can be ignored or
removed.
If using Method 2, edit the style.css file to your liking.
/**
* This file should get overwritten if Method 1 is used. If Method 2 is chosen,
* remove this comment and start adding your styles to this file.
*/
starterkits/sass/favicon.ico

1.12 KiB

starterkits/sass/logo.png

742 B

name = SASS (source)
description = Uses the SASS Bootstrap framework source files and must be compiled (not for beginners).
core = 7.x
base theme = bootstrap
;;;;;;;;;;;;;;;;;;;;;
;; Regions
;;;;;;;;;;;;;;;;;;;;;
regions[navigation] = 'Navigation'
regions[header] = 'Top Bar'
regions[highlighted] = 'Highlighted'
regions[help] = 'Help'
regions[content] = 'Content'
regions[sidebar_first] = 'Primary'
regions[sidebar_second] = 'Secondary'
regions[footer] = 'Footer'
regions[page_top] = 'Page top'
regions[page_bottom] = 'Page bottom'
;;;;;;;;;;;;;;;;;;;;;
;; Stylesheets
;;;;;;;;;;;;;;;;;;;;;
stylesheets[all][] = css/style.css
;;;;;;;;;;;;;;;;;;;;;
;; Scripts
;;;;;;;;;;;;;;;;;;;;;
scripts[] = 'bootstrap/js/affix.js'
scripts[] = 'bootstrap/js/alert.js'
scripts[] = 'bootstrap/js/button.js'
scripts[] = 'bootstrap/js/carousel.js'
scripts[] = 'bootstrap/js/collapse.js'
scripts[] = 'bootstrap/js/dropdown.js'
scripts[] = 'bootstrap/js/modal.js'
scripts[] = 'bootstrap/js/tooltip.js'
scripts[] = 'bootstrap/js/popover.js'
scripts[] = 'bootstrap/js/scrollspy.js'
scripts[] = 'bootstrap/js/tab.js'
scripts[] = 'bootstrap/js/transition.js'
; Disable BootstrapCDN so the compiled LESS source files can be used.
settings[bootstrap_cdn] = ''
starterkits/sass/screenshot.png

19 KiB

<?php
/**
* @file
* template.php
*/
This folder is where you should place all your overriding template files. By
default, the Bootstrap base theme provides all the necessary template files in
various folders inside of sites/*/themes/bootstrap/templates. For example, the
page.tpl.php template file is located at
sites/*/themes/bootstrap/templates/system/page.tpl.php. To override any of these
files, copy them from the Bootstrap base theme and place them in here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment