You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
Pierre Wahlgren edited this page Sep 23, 2016
·
1 revision
In practice, many consumers need to override styles from the UI Components. For example, you might want to provide your own stylesheet for the Button. Components need to provide a way of doing such overriding. This is how.
In your component:
Import your styles as defaultStyles:
importdefaultStylesfrom'./styles.scss'
Import the bindable version of the classname utility: