IjzerenHein / react-tag-cloud

Create beautiful tag/word clouds using React ☁️
https://react-tag-cloud.stackblitz.io/
MIT License
117 stars 27 forks source link

Add polyfill for css transform property for old browsers #10

Closed engmagdy87 closed 5 years ago

engmagdy87 commented 5 years ago

Add polyfill for css transform property for old browsers and native browsers on mobile

IjzerenHein commented 5 years ago

Hi, thanks for the PR but I cannot merge it as it is. You've modified every line in TagCloud.js which makes it unable to see the relevant changes. Please commit only the relevant changes without any styling modifications. If you want to change the styling (" i.s.o ') then do so in a separate PR. Cheers

engmagdy87 commented 5 years ago

hi @IjzerenHein prettier extension reformat the file so it appear that i changed all the file i created a branch and commits only relevant changes should i create new PR ?

IjzerenHein commented 5 years ago

Hi Mohamed, yes creating a new PR without the prettier reformat is probably the best solution. regards.