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!)

Installs: 81

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:CSS

Type:silverstripe-theme

dev-master 2014-11-20 09:34 UTC

This package is auto-updated.

Last update: 2024-04-07 13:22:47 UTC


README

This theme makes use of sass to comple all css styles into one styles.css file.

Requirements

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