File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 44 * work well for content-centric websites.
55 */
66
7- /* Import react-image-gallery styles */
8- @import 'react-image-gallery/styles/css/image-gallery.css' ;
9-
107/* You can override the default Infima variables here. */
118: root {
129 --ifm-color-primary : # 00d4aa ;
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
55import Layout from "@theme/Layout" ;
66import HomepageFeatures from "@site/src/components/HomepageFeatures" ;
77import ImageGallery from "react-image-gallery" ;
8+ import "react-image-gallery/styles/image-gallery.css" ;
89
910import ImageGalleryDashboard from "@site/docs/img/dashboard.png" ;
1011import ImageGalleryNetworkInterfaceInformation from "@site/docs/img/network-interface--information.png" ;
You can’t perform that action at this time.
0 commit comments