Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. html {
  2. some: -test(val1);
  3. }
  4. html {
  5. some-other: -test(val1);
  6. }
  7. @media screen {
  8. html {
  9. some: -test(val2);
  10. }
  11. }
  12. #unrelated {
  13. other: yes;
  14. }