Package Exports
- instantsearch.css/themes/algolia.css
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 (instantsearch.css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
InstantSearch.css
Installation
yarn
Launch demo site + assets
yarn dev
Available at http://localhost:1313
Build demo site + assets
yarn build
Release a new version
Make your changes, commit them and:
npm version (major|minor|patch) -m "Version x.x.x"
npm publish
git push origin <tag_name>