Open breadadams opened 6 years ago
i got the same problem. hope author may give an answer : )
I think this is gonna be replaced by what's been linked in the readme @litong534, check out the activity there.
thx dude, i'm working on it 👍
Autoprefixer confirmed working on the new Parcel Vue integration https://github.com/parcel-bundler/parcel/issues/5#issuecomment-359665464
wow,thx a lot, it's really helpful! 👍
i have the same problem,in .vue
file, the autoprefixer desnot work. but if i use import
css in js , the autoprefixer is working.
I can't get Autoprefixer to run on the scss in a project using this Parcel plugin.
It doesn't seem to be working doing a regular
@import 'path/to/style.scss'
nor in single file components'<style scoped lang="scss">...</style>
. I have the following config:.postcssrc
.browserlistrc
dependencies
Not sure if I'm missing some config? Autoprefixer worked when I was using Parcel without Vue, hence why I've opened the issue here. My apologies if this is an issue with another library.