问题
I have included the UserAccounts (Semantic UI) package with the meteor app.
On inserting the routes and the {{> atForm}}, this is how my front page looks.
Which is very different from the examples shown here: UserAccount Page
Steps taken:
- Deleted the entire Css
- Deleted and reinstalled other packages like Unstyled or boostrap
But nothing works. Formatting is still the one in the picture. Can someone please help or provide advice? Let me know which codes you need to review, I'll post them on request as soon as Im able to.
Thank you!
回答1:
The package useraccounts:semantic-ui
does not add any style sheets to your app: please see the Bring Your Own Semantic-UI section in the docs.
At the moment there are official packages to add SUI style sheets:
- semantic:ui-css: full compiled CSS version
- semantic:ui: customizable LESS version (some work is still in progress
来源:https://stackoverflow.com/questions/29862115/how-do-i-get-the-built-in-formatting-for-useraccounts-meteor-to-work