Skip to content

Commit

Permalink
Fix a build error when importing CSS in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 18, 2022
1 parent 2498ac3 commit 72d13cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/demo/src/js/components/Component.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Base } from '@studiometa/js-toolkit';
import './Component.css';
import './Component.scss';

// eslint-disable-next-line require-jsdoc
export default class Component extends Base {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

body {
/*opacity: 0.1;*/
opacity: 0.1;
}

0 comments on commit 72d13cd

Please sign in to comment.