import-once.css 130 B

12345678910111213141516
  1. #import {
  2. color: red;
  3. }
  4. body {
  5. width: 100%;
  6. }
  7. .test-f {
  8. height: 10px;
  9. }
  10. body {
  11. width: 100%;
  12. }
  13. .test-f {
  14. height: 10px;
  15. }