2017 © Pedro Peláez
 

silverstripe-theme silverstripe-bootstrap-3

SilverStripe bootstrap theme based on twitter bootstrap 3 (using sass!)

image

mattclegg/silverstripe-bootstrap-3

SilverStripe bootstrap theme based on twitter bootstrap 3 (using sass!)

  • Thursday, November 20, 2014
  • by mattclegg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Bootstrap Theme 3 (via bootstrap-sass)

This theme makes use of sass to comple all css styles into one styles.css file., (*1)

Requirements

  • compass gem
  • bootstrap-sass gem (https://github.com/thomas-mcdonald/bootstrap-sass)

Customising

Watch with compass:, (*2)

cd yoursiverstriperoot
compass watch themes/boostrap

Deafult theme

Included are several bootswatch themes (https://github.com/log0ymxm/bootswatch-scss), (*3)

Specify the theme name in styles.scss, (*4)

@import "bootswatch-scss/$bootswatch-theme-name";

Theme Customising

To customise the boostrap variables:, (*5)

  • 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:, (*6)

output_style = :expanded

The Versions

20/11 2014

dev-master

9999999-dev

SilverStripe bootstrap theme based on twitter bootstrap 3 (using sass!)

  Sources   Download

The Requires