-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Feature request
Is your feature request related to a problem? Please describe.
Currently, we have to write all the css prefixes and handle cross browser issues due to unsupported features.
Describe the solution you'd like
We can use postcss-loader with plugins to auto-generate a lot of content for cross browser compatibility.
Related Issues