dnadesign/silverstripe-carbon-theme

SilverStripe theme based on Carbon Design System

Installs: 270

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 3

Open Issues: 1

Language:Scheme

Type:silverstripe-theme

0.2.0 2019-02-06 22:23 UTC

This package is auto-updated.

Last update: 2024-04-07 15:48:43 UTC


README

A custom theme based on Carbon Design System.

Installation

Install this theme module with Composer:

composer require dnadesign/silverstripe-carbon-theme

Getting started

npm install

To start webpack live reload, run:

npm start

To build production assets, run:

npm run build

Using static assets in SCSS

background: url('../static/images/logo.svg');

Links