Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move appearance variant to systemlink list (#142)
Minor follow-up to #141 to move `appearanceVariant` to the correct list. The `sl-split-button` uses a different API from nimble currently so has a different name for the localize ignore list. `@Input('appearance-variant') public set appearanceVariant` in nimble vs `@Input() public appearanceVariant` for sl-split-button. Note the difference in the `@Input` decorator configuration.
- Loading branch information