Skip to content

Commit

Permalink
Set basic example as main and fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Rozmus committed Apr 13, 2020
1 parent c6736ec commit 5ca78f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class App extends PureComponent {
super(props);

this.state = {
selectedExample: ExampleType.ANIMATIONS
selectedExample: ExampleType.BASIC
};
}

Expand Down
2 changes: 1 addition & 1 deletion examples/src/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ footer a:hover {
}

.contentRight {
composes: contentleft;
composes: contentLeft; /* stylelint-disable-line */
background-color: green;
justify-content: flex-end;
}
Expand Down

0 comments on commit 5ca78f5

Please sign in to comment.