Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix(website): import DS variables and button styles dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Jul 9, 2020
1 parent e3bc021 commit bef75be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import Link from '@docusaurus/Link';
import Head from '@docusaurus/Head';
import { DocSearchButton, useDocSearchKeyboardEvents } from '@docsearch/react';

import '@docsearch/react/style/variables';
import '@docsearch/react/style/button';
import('@docsearch/react/style/variables');
import('@docsearch/react/style/button');

let DocSearchModal = null;

Expand Down

0 comments on commit bef75be

Please sign in to comment.