parse-error-missing-parens.less 73 B

123456
  1. @media (missing: bracket {
  2. body {
  3. background-color: #fff;
  4. }
  5. }