Closed arunsworld closed 4 years ago
hey @arunsworld 👋, Thanks for reporting this one, I've had the same issue. Do you have an idea what the fix would be in web pack?.
Yes, I've fixed it in a fork and it works for me. I've raised a PR to capture the details: https://github.com/gobuffalo/buffalo/pull/1990
Thanks! Closing this one given your PR was already merged. Thanks @arunsworld
Description
Compiling bootstrap from sass as part of webpack build pipeline requires autoprefixer to work correctly (https://getbootstrap.com/docs/4.0/getting-started/build-tools/)
However, this is not included in the default webpack config.
I'm very happy to submit a PR for this if this issue is accepted.
Steps to Reproduce the Problem
<input type="range" class="custom-range" id="customRange1">
Expected Behavior
Custom range should be rendered as per documentation.
Actual Behavior
Actual rendering is unusable because vendor prefixes are missing.
The class custom-range is missing vendor prefix (eg. -webkit-appearance:none).
To fix this we need to have postcss-loader in webpack config with autoprefixer plugin.
Happy to provide PR.
Info
Please run
buffalo info
and paste the information below where it says "PASTE_HERE".