mattclegg / silverstripe-bootstrap-3
There is no license information available for the latest version (dev-master) of this package.
SilverStripe bootstrap theme based on twitter bootstrap 3 (using sass!)
Package info
github.com/mattclegg/silverstripe-bootstrap-3
Language:CSS
Type:silverstripe-theme
pkg:composer/mattclegg/silverstripe-bootstrap-3
dev-master
2014-11-20 09:34 UTC
Requires
This package is auto-updated.
Last update: 2026-03-07 17:26:47 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