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

求助:更换主题报错 #232

Open
gaoting2 opened this issue Oct 13, 2017 · 0 comments
Open

求助:更换主题报错 #232

gaoting2 opened this issue Oct 13, 2017 · 0 comments

Comments

@gaoting2
Copy link

代码展示:
@import "~bulma/sass/utilities/initial-variables"

////////////////////////////////////////////////
////////////////////////////////////////////////
// 2. Set your own initial variables
// Update blue
$blue: #72d0eb
// Add pink and its invert
$pink: #ffb3b3
$pink-invert: #fff
// Add a serif family
$family-serif: "Merriweather", "Georgia", serif

// 3. Set the derived variables
// Use the new pink as the primary color
$primary: $pink
$primary-invert: $pink-invert
// Use the existing orange as the danger color
$danger: $orange
// Use the new serif family
$family-primary: $family-serif

// 4. Import the rest of Bulma
@import "~bulma"

错误展示:
Module build failed:
@import '~bulma/sass/utilities/variables';
^
File to import not found or unreadable: ~bulma/sass/utilities/variables.

错误描述;
我点击"~bulma/sass/utilities/initial-variables" 路径可以进入bulma文件,所以路径是对的,可是现在报错称找不到

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

1 participant