titledk/silverstripe-identity

Store your project's identity colors in yml, and sync them to scss etc.

Installs: 256

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:silverstripe-module

dev-master 2016-10-04 09:26 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:14:36 UTC


README

Store your project's identity colors in yml, and sync them to other places - see tasks/IdentifyToScss.php.

Run /dev/tasks/IdentityToScss

Example config

Identity:
  colors:
    primary: '#CE7827'
    secondary: '#5E9852'