Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix: adding .js extension to exported *.css.js file
Browse files Browse the repository at this point in the history
• this was throwing off some versions/configurations of Jest
• the module loader was looking for a CSS file

Signed-off-by: Scott Mathis <smathis@vmware.com>
  • Loading branch information
smathis authored and mathisscott committed Mar 12, 2020
1 parent 854158a commit d21a375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clr-core/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export * from './mixins/css-helpers';
export * from './mixins/unique-id';
export * from './mixins/apply-mixins';
export * from './interfaces';
export { styles as baseStyles } from './base/base.element.css';
export { styles as baseStyles } from './base/base.element.css.js';

0 comments on commit d21a375

Please sign in to comment.