This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271325

Summary: SASS: Unexpected token LPAREN found UIKIT
Product: web Reporter: lsadesl
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: khantry, tmysik
Priority: P2    
Version: Dev   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description lsadesl 2017-08-18 12:27:17 UTC
This line is marked as invalid in editor (UIKIT Version 3)

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}