Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue-bulma-tabs has incorrect name for importing bulma variables #262

Open
Kuchiriel opened this issue Oct 20, 2018 · 1 comment
Open

vue-bulma-tabs has incorrect name for importing bulma variables #262

Kuchiriel opened this issue Oct 20, 2018 · 1 comment

Comments

@Kuchiriel
Copy link

Module build failed: File to import not found or unreadable: ~bulma/sass/utilities/initial-variables.

I think it should be 'utilities/variables'

@uqichi
Copy link

uqichi commented Oct 22, 2018

package.json

65   ¦ "vue-bulma-tabs": "^1.1.2",

https://github.com/vue-bulma/tabs/blob/master/src/Tabs.vue

No such a version1.1.2 resulting fetch latest master source code which refers to ~bulma/sass/utilities/initial-variables.
This is the cause, i guess.

Solution:

65   ¦ "vue-bulma-tabs": "^1.1.1",

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

No branches or pull requests

2 participants