You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2018. It is now read-only.
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:
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.
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.