@onereach/styles 0.8.6 → 0.8.7
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 +8 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,6 +12,13 @@ $ npm run dev
|
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## 🛠️ How to generate tokens?
|
|
15
|
+
1. Modified `src/mock/design-tokens.json`
|
|
16
|
+
2. Run:
|
|
17
|
+
```shell
|
|
18
|
+
$ npm run build
|
|
19
|
+
```
|
|
20
|
+
#### Will update:
|
|
21
|
+
**SCSS**: `src/variables/tokens/design-tokens.scss`
|
|
15
22
|
#### design-tokens.json (mock)
|
|
16
23
|
```json
|
|
17
24
|
{
|
|
@@ -129,7 +136,7 @@ $ npm run dev
|
|
|
129
136
|
}
|
|
130
137
|
}
|
|
131
138
|
```
|
|
132
|
-
2. Generate CSS variables. Run
|
|
139
|
+
2. Generate CSS variables. _**Run:**_
|
|
133
140
|
```shell
|
|
134
141
|
$ npm run build
|
|
135
142
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/styles",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"description": "Styles for or-ui-next",
|
|
5
5
|
"main": "./dist/index.min.css",
|
|
6
6
|
"unpkg": "./dist/index.css",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"sass": "^1.35.1",
|
|
33
33
|
"stylelint": "^13.13.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "5ad043a4e5308688073ab42fc240c5e954e599ac"
|
|
36
36
|
}
|