Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

v1.9.0

Compare
Choose a tag to compare
@interactivellama interactivellama released this 03 Sep 21:25
· 172 commits to 1.x since this release

New Feature Release

This release adds Salesforce Lighting Design System compatible tokens for use in custom styling. This replaces the release of tokens in v1.8.0 and moves the tokens to the dist folder, since they are programmatically built with Theo.

The latest design tokens can be previewed here:
http://fuelux-mctheme.herokuapp.com/dist/tokens/marketing-cloud.html

Current applications will probably be most interested in the following file:
http://mctheme-styleguide-sync.herokuapp.com/dist/tokens/marketing-cloud.less

New features

  • Add Theo-built design tokens in SLDS compatible structure - #370
  • Add native copy support icons - #374

Plumbing and documentation

  • Remove bower components from versioning - #372
  • Highlight icon markup to allow copying to clipboard - #365