|
13 | 13 | "outputFile": "src/themes/generated/theme.base.css" |
14 | 14 | } |
15 | 15 | }, |
| 16 | + { |
| 17 | + "command": "build-theme", |
| 18 | + "options": { |
| 19 | + "inputFile": "src/themes/metadata.base.dark.json", |
| 20 | + "outputFile": "src/themes/generated/theme.base.dark.css" |
| 21 | + } |
| 22 | + }, |
16 | 23 | { |
17 | 24 | "command": "build-theme", |
18 | 25 | "options": { |
19 | 26 | "inputFile": "src/themes/metadata.additional.json", |
20 | 27 | "outputFile": "src/themes/generated/theme.additional.css" |
21 | 28 | } |
22 | 29 | }, |
| 30 | + { |
| 31 | + "command": "build-theme", |
| 32 | + "options": { |
| 33 | + "inputFile": "src/themes/metadata.additional.dark.json", |
| 34 | + "outputFile": "src/themes/generated/theme.additional.dark.css" |
| 35 | + } |
| 36 | + }, |
23 | 37 | { |
24 | 38 | "command": "export-theme-vars", |
25 | 39 | "options": { |
26 | 40 | "inputFile": "src/themes/metadata.base.json", |
27 | 41 | "outputFile": "src/themes/generated/variables.base.scss" |
28 | 42 | } |
29 | 43 | }, |
| 44 | + { |
| 45 | + "command": "export-theme-vars", |
| 46 | + "options": { |
| 47 | + "inputFile": "src/themes/metadata.base.dark.json", |
| 48 | + "outputFile": "src/themes/generated/variables.base.dark.scss" |
| 49 | + } |
| 50 | + }, |
30 | 51 | { |
31 | 52 | "command": "export-theme-vars", |
32 | 53 | "options": { |
33 | 54 | "inputFile": "src/themes/metadata.additional.json", |
34 | 55 | "outputFile": "src/themes/generated/variables.additional.scss" |
35 | 56 | } |
| 57 | + }, |
| 58 | + { |
| 59 | + "command": "export-theme-vars", |
| 60 | + "options": { |
| 61 | + "inputFile": "src/themes/metadata.additional.dark.json", |
| 62 | + "outputFile": "src/themes/generated/variables.additional.dark.scss" |
| 63 | + } |
36 | 64 | } |
37 | 65 | ] |
38 | 66 | } |
|
0 commit comments