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: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-theme
Requires
This package is auto-updated.
Last update: 2025-03-07 15:13:18 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.scss
and make your own changes. - update
styles.scss
to point to your copy
To debug css easier, set output_style
to "expanded" in config.rb:
output_style = :expanded