Skip to content

Commit

Permalink
fix ordering of css imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Jan 24, 2021
1 parent 40151f8 commit df9a890
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/containers/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import '../../../vendor/renderer/semantic-ui/semantic';
import MenuHandler from '../menu-handler';
import { mapObjectToConfig } from '../utils/config';

require('./app.css');
require('../../../vendor/renderer/lato/latofonts.css');
require('../../../vendor/renderer/semantic-ui/semantic.css');

require('./app.css');

const preventDefault = e => e.preventDefault();

Expand Down

0 comments on commit df9a890

Please sign in to comment.