You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @lpender, sorry for the confusion and thanks for documenting how you got things working. What changes would you recommend to the documentation on "Getting Started" to improve this? Happy to take your feedback and look into getting it added to the site.
I'm implementing
I tried following the instructions and added:
to my application.js.
At first it couldn't find it. This package doesn't appear to be added by the Rails gem, it needed to be added via npm.
It seems the Breadcrumb still had no styles being applied. So I did this:
And then added
To the top of my application.css.
Now I can see the styles.
However there seem to be steps required to pre-populate CSS vars, e.g.
Will update as I learn more.
The text was updated successfully, but these errors were encountered: