webpack/examples/css/style.css

8 lines
148 B
CSS

@import "style-imported.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans";
body {
background: green;
font-family: "Open Sans";
}