Package Exports
- @filbert-js/browser-stylesheet
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@filbert-js/browser-stylesheet) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@filbert-js/browser-stylesheet
Browser StyleSheet for filbert-js
Install
yarn add @filbert-js/browser-stylesheet
Usage
import { createStylesheet } from '@filbert-js/browser-stylesheet';
import { StyleSheetProvider } from '@filbert-js/style-sheet-context';
import App from './App';
const stylesheet = createStylesheet();
<StyleSheetProvider stylesheet={stylesheet}>
<App />
</StyleSheetProvider>;
More documentation is available at https://filbert-js.vercel.app.