dnadesign/silverstripe-carbon-theme

基于Carbon Design System的SilverStripe主题

安装: 279

依赖: 0

建议者: 0

安全性: 0

星星: 1

关注者: 2

分支: 3

开放问题: 1

语言:方案

类型:silverstripe-theme

0.2.0 2019-02-06 22:23 UTC

This package is auto-updated.

Last update: 2024-09-07 16:43:38 UTC


README

一个基于Carbon Design System的定制主题。

安装

使用Composer安装此主题模块

composer require dnadesign/silverstripe-carbon-theme

入门

npm install

要启动webpack实时刷新,运行

npm start

要构建生产资源,运行

npm run build

在SCSS中使用静态资源

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

链接