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
Unexpected token LPAREN found


More info here
https://stackoverflow.com/questions/49156819/error-parsing-bootstrap-4-in-netbeans-8-2/54634161#54634161

is here any fix?

Reply via email to