https://bugs.kde.org/show_bug.cgi?id=369277

            Bug ID: 369277
           Summary: LessCSS syntax problem
           Product: kate
           Version: Git
          Platform: Compiled Sources
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: syntax
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: jtam...@gmail.com

this simple css is not well parsed with the LESSCSS syntax after
@screen-sm-min. It is well parsed with CSS or CleanCSS (for example).

.nav-justified {
  width: 100%;

  @media (min-width: @screen-sm-min) {
    > li {
      display: table-cell;
    }
  }
}

Reproducible: Always

Steps to Reproduce:
create a new blank document, paste the css code and select the syntax.

Actual Results:  
@screen-sm-min) {
    > li {
      display: table-cell;
    }
  }
}
is underlined and in red

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to