bimthebam/silverstripe-theme-bs4base

A Bootstrap 4.x base theme for SilverStripe

Installs: 2 202

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:silverstripe-theme

1.0.3 2019-03-23 17:24 UTC

This package is auto-updated.

Last update: 2024-03-11 17:25:54 UTC


README

No custom styling (except main and sub-navigation) - just native Bootstrap markup and css.

Third-party contents

Installation

with Composer:

composer require bimthebam/silverstripe-theme-bs4base ~1.0.0

manual:

Download the latest release and copy the contents - after extraction - into the themes/ directory.

Usage

To use the theme just activate it in your app/_config/theme.yml:

SilverStripe\View\SSViewer:
  themes:
    - 'silverstripe-theme-bs4base'
    - '$default'

Due to the support of cascading themes and the usage of includes (<% include ... %>) you can safely use this theme as base-theme for your project and easily override templates and css from withing your custom theme.

Development requirements

  • A sass-Compiler.

    My personal recommendation is SassC.