component.css 87 B

12345
  1. /* component.css */
  2. @import 'test.css';
  3. body {
  4. background-image: url(../test.jpg);
  5. }