File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,13 @@ var colors = {
128
128
'pink-lighter' : '#ffbbca' ,
129
129
'pink-lightest' : '#ffebef' ,
130
130
131
- get 'brand-darkest' ( ) => this [ 'orange-darkest' ] ,
132
- get 'brand-darker' ( ) => this [ 'orange-darker' ] ,
133
- get 'brand-dark' ( ) => this [ 'orange-dark' ] ,
134
- get 'brand' ( ) => this [ 'orange' ] ,
135
- get 'brand-light' ( ) => this [ 'orange-light' ] ,
136
- get 'brand-lighter' ( ) => this [ 'orange-lighter' ] ,
137
- get 'brand-lightest' ( ) => this [ 'orange-lightest' ] ,
131
+ get [ 'brand-darkest' ] ( ) { return this [ 'orange-darkest' ] ; } ,
132
+ get [ 'brand-darker' ] ( ) { return this [ 'orange-darker' ] ; } ,
133
+ get [ 'brand-dark' ] ( ) { return this [ 'orange-dark' ] ; } ,
134
+ get [ 'brand' ] ( ) { return this [ 'orange' ] ; } ,
135
+ get [ 'brand-light' ] ( ) { return this [ 'orange-light' ] ; } ,
136
+ get [ 'brand-lighter' ] ( ) { return this [ 'orange-lighter' ] ; } ,
137
+ get [ 'brand-lightest' ] ( ) { return this [ 'orange-lightest' ] ; } ,
138
138
}
139
139
140
140
module . exports = {
You can’t perform that action at this time.
0 commit comments