Skip to content

Commit

Permalink
export style
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Oct 1, 2020
1 parent 2da7b94 commit c00d92e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/js/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
reverseHighlightItem,
} from '@algolia/autocomplete-js';
import { createRecentSearchesPlugin } from '@algolia/autocomplete-plugin-recent-searches';
import '@algolia/autocomplete-plugin-recent-searches/dist/esm/style.css';
import '@algolia/autocomplete-plugin-recent-searches/style';

const searchClient = algoliasearch(
'latency',
Expand Down
3 changes: 2 additions & 1 deletion packages/autocomplete-plugin-recent-searches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"sideEffects": false,
"files": [
"dist/"
"dist/",
"style/"
],
"dependencies": {
"@algolia/autocomplete-core": "^1.0.0-alpha.31"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '../dist/esm/style.css';

0 comments on commit c00d92e

Please sign in to comment.