Re: Css error with netbeans and bootstrap 4

2019-02-11 Thread Pete Whelpton
I had a v. quick skim through the NB CSS parser code, and at first glance it appears that there might be two problems: 1) The parser doesn't seem to support custom attributes (those starting -- e.g. --blue) 2) The parser doesn't seem to support the @supports Conditional "at rule" If you would be

Css error with netbeans and bootstrap 4

2019-02-11 Thread Marc Collin
hi In a spring boot project, I use bootstrap 4. In netbeans in bootstrap.min.js it complain about css error @supports (flex-wrap: wrap) { } Unexpected token LPAREN found Unexpected token WS found Unexpected token RPAREN found @supports not (flex-wrap: wrap) { } Unexpected token NOT found