@microsoft/fast-element > ElementController > mainStyles
ElementController.mainStyles property
The main set of styles used for the component, independent of any dynamically added styles.
Signature:
get mainStyles(): ElementStyles | null;
set mainStyles(value: ElementStyles | null);