expected.css 378 B

1234567891011121314151617181920212223242526272829303132
  1. .common-vars {
  2. content: "common-vars"; }
  3. .common-struct {
  4. content: "common-struct"; }
  5. .myvars {
  6. content: "1"; }
  7. .a1 {
  8. content: "a1"; }
  9. .a2 {
  10. content: "a2"; }
  11. .common-vars {
  12. content: "common-vars"; }
  13. .common-struct {
  14. content: "common-struct"; }
  15. .myvars {
  16. content: "2"; }
  17. .b1 {
  18. content: "b1"; }
  19. .b2 {
  20. content: "b2"; }
  21. #the-last {
  22. content: "LAST"; }