dnadesign / silverstripe-carbon-theme
SilverStripe theme based on Carbon Design System
Installs: 279
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
Open Issues: 1
Language:Scheme
Type:silverstripe-theme
Requires
- heyday/silverstripe-menumanager: ~3.0.0
This package is auto-updated.
Last update: 2024-10-07 16:48:38 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');