mattclegg / silverstripe-bootstrap-3
SilverStripe bootstrap theme based on twitter bootstrap 3 (using sass!)
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-theme
pkg:composer/mattclegg/silverstripe-bootstrap-3
Requires
This package is auto-updated.
Last update: 2025-10-07 16:26:10 UTC
README
This theme makes use of sass to comple all css styles into one styles.css file.
Requirements
- compass gem
- bootstrap-sass gem (https://github.com/thomas-mcdonald/bootstrap-sass)
Customising
Watch with compass:
cd yoursiverstriperoot
compass watch themes/boostrap
Deafult theme
Included are several bootswatch themes (https://github.com/log0ymxm/bootswatch-scss)
Specify the theme name in styles.scss
@import "bootswatch-scss/$bootswatch-theme-name";
Theme Customising
To customise the boostrap variables:
- copy
scss/customisations/_base.scssand make your own changes. - update
styles.scssto point to your copy
To debug css easier, set output_style to "expanded" in config.rb:
output_style = :expanded