@dialpad/dialtone 8.13.0-beta.1 → 8.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,13 +10,9 @@ To add Dialtone into your project, you can install it via NPM:
10
10
  npm install @dialpad/dialtone
11
11
  ```
12
12
 
13
- Once installed, add the following line in your Less file:
13
+ Once installed, add the following line in your CSS/LESS file:
14
14
  ```
15
- @import "node_modules/@dialpad/dialtone/lib/build/less/dialtone.less";
16
- ```
17
- 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:
18
- ```
19
- @import (reference) "node_modules/@dialpad/dialtone/lib/build/less/dialtone.less";
15
+ @import "node_modules/@dialpad/dialtone/lib/dist/css/dialtone.css";
20
16
  ```
21
17
 
22
18
  ## Building Dialtone locally
@@ -35,4 +31,4 @@ Requesting a feature or reporting a bug? Please do so at the below links:
35
31
  - [Report Bug](https://dialpad.atlassian.net/secure/CreateIssue.jspa?issuetype=10878&pid=12428)
36
32
 
37
33
 
38
- Please also feel free to contact us via the [#dialtone slack channel](https://dialpad.slack.com/messages/dialtone/) with any questions
34
+ Please also feel free to contact us via the [#dialtone Slack channel](https://dialpad.slack.com/messages/dialtone/) with any questions