@onereach/styles 2.8.4 → 2.9.0-beta.601.0

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
@@ -8,14 +8,14 @@ $ npm install @onereach/styles --save
8
8
 
9
9
  ## 🛠️ Develop
10
10
  ```sh
11
- $ pnpm dev
11
+ $ npm run dev
12
12
  ```
13
13
 
14
14
  ## 🛠️ How to generate tokens?
15
15
  1. Modified `src/mock/design-tokens.json`
16
16
  2. Run:
17
17
  ```shell
18
- $ pnpm build
18
+ $ npm run build
19
19
  ```
20
20
  #### Will update:
21
21
  **SCSS**: `src/variables/tokens/design-tokens.scss`
@@ -138,7 +138,7 @@ $ pnpm build
138
138
  ```
139
139
  2. Generate CSS variables. _**Run:**_
140
140
  ```shell
141
- $ pnpm build
141
+ $ npm run build
142
142
  ```
143
143
  3. How to change theme. Example in OrThemeSwitcherExample.vue
144
144
  ## 🚀 Usage in JS: