Skip to content

Commit

Permalink
fix: use importSync to ensure order of css
Browse files Browse the repository at this point in the history
  • Loading branch information
ignace committed Dec 9, 2023
1 parent 851304f commit c193c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (macroCondition(!getOwnConfig()?.disableContainerStyles)) {
importSync('./test-container-styles.css');
}

import 'qunit-theme-ember/qunit.css';
importSync('qunit-theme-ember/qunit.css');

export { default as QUnitAdapter, nonTestDoneCallback } from './adapter';
export { loadTests } from './test-loader';
Expand Down

0 comments on commit c193c1e

Please sign in to comment.