imbric-theme 0.2.4 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,7 @@ import React from 'react'
3
3
  import 'minireset.css'
4
4
  import '../styles/globals.css'
5
5
  import '../styles/tokens.css'
6
+ import '../styles/sidebar.css'
6
7
 
7
8
  const getStyles = ({ __sb } = {}) => ({
8
9
  display: 'flex',
@@ -17,7 +17,7 @@ import {
17
17
 
18
18
  import styles from './Sidebar.module.css'
19
19
  //import sidebar css from react-pro-sidebar module and our custom css
20
- import "react-pro-sidebar/dist/css/styles.css"
20
+ // import "react-pro-sidebar/dist/css/styles.css"
21
21
 
22
22
  import Picture from '../../atoms/Picture'
23
23
  import Icon from '../../atoms/Icon'