Skip to content

Commit

Permalink
FIX (styles): fix site base css
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Jan 17, 2019
1 parent 3dd5d02 commit 7092ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Demo from '../pages/demo';
import Navigation from '../components/navigation';
import styled from 'styled-components';
import '../styles.css';
import '../basscss.min.css';

const Home = () => (
<Wrapper>
Expand Down

0 comments on commit 7092ab1

Please sign in to comment.