Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

npm install can't be styled #36

Closed
2-5 opened this issue Sep 28, 2019 · 1 comment
Closed

npm install can't be styled #36

2-5 opened this issue Sep 28, 2019 · 1 comment

Comments

@2-5
Copy link

2-5 commented Sep 28, 2019

If you install vue-context using npm, it's not possible to style it.

The styling is baked in dist/index.js, and the SASS files are not included (due to .npmignore)

@rawilk
Copy link
Owner

rawilk commented Oct 12, 2019

This should be fixed now - see #38.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants