Johann-S / bs-customizer

Create a custom Bootstrap 4.x build
https://johann-s.github.io/bs-customizer/
MIT License
17 stars 2 forks source link

use autoprefixer #62

Closed Johann-S closed 5 years ago

Johann-S commented 5 years ago

Fixes: #52

Johann-S commented 5 years ago

Maybe we should think about using a Web worker, I'm not sure but I think it's possible it'll freeze on some older PC 🤔

XhmikosR commented 5 years ago

That is true but this shouldn't add so much overload anyway.

Otherwise we go with the alternative way I suggested the other day on Slack.

XhmikosR commented 5 years ago

Also, can't we load autoprefixer after the page load (not in our main bundle)?

Johann-S commented 5 years ago

I tried but it leed me to my other PR...