import-interpolation.css 163 B

1234567891011121314
  1. body {
  2. width: 100%;
  3. }
  4. #logo {
  5. width: 100px;
  6. height: 100px;
  7. background: url('../assets/logo.png');
  8. background: url("#inline-svg");
  9. }
  10. .a {
  11. var: test;
  12. }