ProviderSome features rely on the use of Skyle's Provider. Simply wrap your application as shown below....import { Provider as StyleProvider } from 'skyle'; // Your root componentclass App extends Component { render() { return ( <StyleProvider> // your app's content </StyleProvider> ) }}CopyYou can also pass configurations to the provider: Theme