jasie
jasie

Reputation: 2444

Error in plugin gulp-less: Could not parse alpha in jquery-ui.css

I get the following error when I gulp:

Error in plugin 'gulp-less'
Message:
    Could not parse alpha in file C:\***\vendor\jquery-ui\jquery-ui.css line no. 1307

Details:
    type: Syntax
    filename: C:\***\vendor\jquery-ui\jquery-ui.css
    index: 37202
    line: 1307
    callLine: NaN
    callExtract: undefined
    column: 23
    extract:    opacity: .003;, filter: Alpha(Opacity=.3); /* support: IE8 */,}
    lineNumber: 1307
    fileName: C:\***\vendor\jquery-ui\jquery-ui.css

I use the complete jQuery UI in v1.12.1 and gulp-less in v3.3.0.

The problem is clear to me, but I couldn't come up with a proper solution. I searched Stack Overflow but I couldn't find a similar problem (nor answer). I assume this cannot be solved easily. Of course, I do not want to modify the line in the jquery-ui.css file, and updating gulp-less is also not an option in my case. But is there a way to configure gulp-less to handle this somehow? Any hint what I could try is appreciated.

Upvotes: 1

Views: 354

Answers (0)

Related Questions