How do I get the built in formatting for UserAccounts Meteor to work?

十年热恋 提交于 2020-01-16 19:53:23

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!