webpack/examples/css/style-imported.css

6 lines
79 B
CSS

.img {
width: 150px;
height: 150px;
background: url("./images/file.png");
}