Any recommendations on how to migrate an existing Node project from using Semantic-UI to Fomantic-UI? I know Fomantic-UI is a fork of Semantic-UI and backward compatible, so I'm wondering if I can simply run:
- npm remove semantic-ui
- npm install fomantic-ui
Would I need do make any updates to the existing /semantic directory?
Thanks!