docs(components): update property docs and styling to match guide

This commit is contained in:
Brandy Carney
2018-02-19 16:21:08 -05:00
parent c6f915e617
commit 799f6acbaf
20 changed files with 102 additions and 99 deletions

View File

@ -17,7 +17,7 @@ export class VariableSelector {
@Prop() property: string;
@Prop() type: 'color' | 'percent';
@Prop() usedWith: string[];
@Prop({mutable: true}) value: Color | string | number;
@Prop({ mutable: true }) value: Color | string | number;
@Method()
getProperty () {