imbric-theme 0.2.4 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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'