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
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
If you use sass, you can import the menu's styles like so:
@import '~vue-context/dist/css/vue-context.css';
From there, you should be able to style the menu as needed. I think this should resolve the other styling issue you created which seems to be related to this as now you should be able to style the menu as your needs dictate.
If you install
vue-context
usingnpm
, it's not possible to style it.The styling is baked in
dist/index.js
, and theSASS
files are not included (due to.npmignore
)The text was updated successfully, but these errors were encountered: