We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac0974 commit 481e9d7Copy full SHA for 481e9d7
1 file changed
ts/util/Styles.ts
@@ -36,7 +36,7 @@ export type connection = {
36
parts?: string[], // suffix names for sub-parts
37
split: (name: string) => void, // function to split the value for the children
38
combine: (name: string) => void // function to combine the child values when one changes
39
- subPart?: boolean // children combine to a different parent
+ subPart?: boolean // true means children combine to a different parent
40
};
41
42
/**
@@ -503,7 +503,7 @@ export class Styles {
503
}
504
505
506
- * @returns {StyleList} The object to map style names to the values
+ * @returns {StyleList} The object to map style names to the values
507
*/
508
public get styleList(): StyleList {
509
return { ...this.styles };
0 commit comments