Last 12 weeks · 0 commits
4 of 6 standards met
Hi, Browserslist config from package.json is not read. Thanks, Sinu IssueHunt Summary sindresorhus has been rewarded. Backers (Total: $40.00) issuehunt ($40.00) Submitted pull Requests #25 Add function and component Tips Checkout the Issuehunt explorer to discover more funded issues. Need some help from other developers? Add your repositories on IssueHunt to raise funds.
Repository: sindresorhus/gulp-autoprefixer. Description: Prefix CSS Stars: 686, Forks: 47. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: autoprefixer, css, gulp-plugin, javascript, nodejs, postcss, prefix-css. Latest release: v10.0.0 (5mo ago). Open PRs: 0, open issues: 0. Last activity: 5mo ago. Community health: 85%. Top contributors: sindresorhus, ai, demurgos, duzun, codekirei, kevva, MarkHerhold, Richienb, TheDancingCode, chiefjester and others.
JavaScript
I have a problem with generated sourcemaps, if I have gulp-autoprefixer in in the stream of my styles task. Source maps file is generated, but in browser they show absolutely wrong files. But if I remove gulp-autoprefixer from stream, sourcemaps are shown correctly. I know about Plugins with gulp sourcemaps support !3cc78d8df7 I try to insert autoprefixer by gulp-postcss, but in this way I have the same situation (wrong files in browser) What I must to do, to be able to compile SASS with correct sourcemaps and with autoprefixer? Code with gulp-autoprefixer: Code with postcss and autoprefixer: