use css-to-object for parsing styles#159
use css-to-object for parsing styles#159danielberndt wants to merge 4 commits intoreactjs:masterfrom
Conversation
|
Deploy preview for react-magic ready! Built with commit 85d4eaa |
|
Looks like the build failed... Could you please take a look? |
|
Okay I fixed the built. I needed to add an empty I should probably also mention, that the size of the bundle has now significantly increased. Because a full css parser is now included. The .min.js files are now ~75KB instead of ~18KB. |
|
Could you please also try shim Please check where the bundle size increase is coming from and whether everything being added is 100% needed. |
css-to-object uses a more elaborate parsing algorithm. For example it deals correctly with semicolons within a
url()property.fixes #158