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
Should there be a way to skip vendor and gem assets? In one of my projects a lot of CSS comes from vendor assets and gems (e.g. engines, such as tolk). All of them are processed by autoprefixer by default. Most of the gems and assets usually have their css with prefixes already.
You can also have admin dashboards etc where you control what browsers are used and there's no need to add prefixes to these CSS files
Main motivation: performance. Based on my benchmarks I could shave off ~5s (out of 20s) by being able to omit certain CSS files that don't need auto-prefixing.
What would be your thoughts about this?
The text was updated successfully, but these errors were encountered:
Should there be a way to skip vendor and gem assets? In one of my projects a lot of CSS comes from vendor assets and gems (e.g. engines, such as
tolk
). All of them are processed by autoprefixer by default. Most of the gems and assets usually have their css with prefixes already.You can also have admin dashboards etc where you control what browsers are used and there's no need to add prefixes to these CSS files
Main motivation: performance. Based on my benchmarks I could shave off ~5s (out of 20s) by being able to omit certain CSS files that don't need auto-prefixing.
What would be your thoughts about this?
The text was updated successfully, but these errors were encountered: