Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.49 KB

Dialtone

This is the home for Dialtone, Dialpad's design system. It includes the resources needed to create consistent, predictable interfaces that conform to Dialpad’s design principles, language, styles, and best practices.

Install Dialtone with NPM

To add Dialtone into your project, you can install it via NPM:

npm install --save-dev @dialpad/dialtone

Once installed, add the following line in your Less file:

@import "your/path/to/dialtone.less";

If you only need access to Dialtone's variables and customizations to build a file and don't need the whole library exported, use this line instead in your Less file:

@import (reference) "your/path/to/dialtone.less";

Building Dialtone locally

To build Dialtone locally, visit our installation instructions.

Contributing

If you're interested in contributing to Dialtone, please read our contributing docs before submitting a pull request.

Requesting features / reporting bugs

Requesting a feature or reporting a bug? Please do so at the below links:

Please also feel free to contact us via the #dialtone slack channel with any questions