From dd69ef5c662c4de5887d476ae7945d5cc344cfca Mon Sep 17 00:00:00 2001 From: Pavel Kurmachev Date: Tue, 10 Sep 2024 17:31:27 +0400 Subject: [PATCH 1/2] fix-build --- src/theme/Toggle/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme/Toggle/styles.css b/src/theme/Toggle/styles.css index 6deb5f1..8ad6fe5 100644 --- a/src/theme/Toggle/styles.css +++ b/src/theme/Toggle/styles.css @@ -93,3 +93,7 @@ left: 30px; box-shadow: none; } + +.test { + color: red; +} \ No newline at end of file From a53ef2496dd96654e0545229b51f5ec658c3ec19 Mon Sep 17 00:00:00 2001 From: Pavel Kurmachev Date: Wed, 11 Sep 2024 10:44:52 +0400 Subject: [PATCH 2/2] fix build --- docusaurus.config.js | 6 ------ src/theme/Toggle/styles.css | 4 ---- 2 files changed, 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4864b58..9fd4b68 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,12 +16,6 @@ const config = { favicon: 'img/favicon/favicon.ico', organizationName: '1inch', // Usually your GitHub org/user name. projectName: '1inch-docs', // Usually your repo name. - plugins: [ - [ - require.resolve('docusaurus-plugin-search-local'), - { indexPages: true, highlightSearchTermsOnTargetPage: true, searchResultLimits: 10 }, - ], - ], presets: [ [ '@docusaurus/preset-classic', diff --git a/src/theme/Toggle/styles.css b/src/theme/Toggle/styles.css index 8ad6fe5..9845c52 100644 --- a/src/theme/Toggle/styles.css +++ b/src/theme/Toggle/styles.css @@ -92,8 +92,4 @@ .react-toggle--checked .react-toggle-thumb { left: 30px; box-shadow: none; -} - -.test { - color: red; } \ No newline at end of file