Iniitial css-loader configuration.

This commit is contained in:
2019-12-22 05:44:48 +01:00
parent 4857b73f16
commit 5a05eae083
6 changed files with 143 additions and 3 deletions

1
src/component.js Normal file
View File

@ -0,0 +1 @@
import './component.scss'

3
src/component.scss Normal file
View File

@ -0,0 +1,3 @@
.dummy {
background-color: transparent;
}