|
45 | 45 | ],
|
46 | 46 | "description": "Card CSS custom properties"
|
47 | 47 | },
|
48 |
| - "ion-card-subtitle": { |
| 48 | + "ion-card-subtitle-props": { |
49 | 49 | "prefix": "i-card-subtitle-props",
|
50 | 50 | "body": [
|
51 | 51 | "${1:ion-card-subtitle} {",
|
|
54 | 54 | ],
|
55 | 55 | "description": "Card Subtitle CSS custom properties"
|
56 | 56 | },
|
57 |
| - "ion-card-title": { |
| 57 | + "ion-card-title-props": { |
58 | 58 | "prefix": "i-card-title-props",
|
59 | 59 | "body": [
|
60 | 60 | "${1:ion-card-title} {",
|
|
63 | 63 | ],
|
64 | 64 | "description": "Card Title CSS custom properties"
|
65 | 65 | },
|
| 66 | + "ion-chip-props": { |
| 67 | + "prefix": "i-chip-props", |
| 68 | + "body": [ |
| 69 | + "${1:ion-chip} {", |
| 70 | + "\t--background: ${2:#ffffff};", |
| 71 | + "\t--color: ${3:#3880ff};", |
| 72 | + "}" |
| 73 | + ], |
| 74 | + "description": "Chip CSS custom properties" |
| 75 | + }, |
66 | 76 | "ion-color": {
|
67 | 77 | "prefix": "i-color",
|
68 | 78 | "body": [
|
|
100 | 110 | "prefix": "i-content-props",
|
101 | 111 | "body": [
|
102 | 112 | "${1:ion-content} {",
|
103 |
| - "\t--background: ${2:#ffffff};", |
104 |
| - "\t--color: ${3:#3880ff};", |
105 |
| - "\t--keyboard-offset: ${4:0px};", |
106 |
| - "\t--offset-bottom: ${5:0px};", |
107 |
| - "\t--offset-top: ${6:0px};", |
108 |
| - "\t--padding-bottom: ${7:0px};", |
109 |
| - "\t--padding-end: ${8:0px};", |
110 |
| - "\t--padding-start: ${9:0px};", |
111 |
| - "\t--padding-top: ${10:0px};", |
112 |
| - "}" |
| 113 | + "\t--background: ${2:#ffffff};", |
| 114 | + "\t--color: ${3:#3880ff};", |
| 115 | + "\t--keyboard-offset: ${4:0px};", |
| 116 | + "\t--offset-bottom: ${5:0px};", |
| 117 | + "\t--offset-top: ${6:0px};", |
| 118 | + "\t--padding-bottom: ${7:0px};", |
| 119 | + "\t--padding-end: ${8:0px};", |
| 120 | + "\t--padding-start: ${9:0px};", |
| 121 | + "\t--padding-top: ${10:0px};", |
| 122 | + "}" |
113 | 123 | ],
|
114 | 124 | "description": "Content CSS custom properties"
|
115 | 125 | },
|
|
0 commit comments