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

Undefined Variable: $messages-colors (upgrade to v0.8.0) #2671

Comments

@jamessral
Copy link

This is about Bulma

Overview of the problem

This is about the Bulma CSS framework
I'm using Bulma version [0.8.0]
My browser is: Chromium Version 77.0.3865.120 (Official Build) Arch Linux (64-bit)

I am sure this issue is not a duplicate?

Description

When upgrading Bulma from 0.7.5 to 0.8.0, the following compile message occurs

Version 77.0.3865.120 (Official Build) Arch Linux (64-bit)

Use following imports

$navbar-height: 2.5rem;
$success: #8BC647;
$notification-radius: 8px;
$body-font-size: 13px;

$size-1: 2.5rem;
$size-2: 2rem;
$size-3: 1.5rem;
$size-4: 1.25rem;
$size-5: 1rem;
$size-6: 0.75rem;
$size-7: 0.5rem;

// Import only what you need from Bulma
@import '../../../node_modules/bulma/sass/utilities/_all.sass';
@import '../../../node_modules/bulma/sass/base/_all.sass';
@import '../../../node_modules/bulma/sass/form/_all.sass';

@import '../../../node_modules/bulma/sass/components/breadcrumb.sass';
@import '../../../node_modules/bulma/sass/components/card.sass';
@import '../../../node_modules/bulma/sass/components/navbar.sass';
@import '../../../node_modules/bulma/sass/components/pagination';
@import '../../../node_modules/bulma/sass/components/dropdown.sass';
@import '../../../node_modules/bulma/sass/components/panel.sass';
@import '../../../node_modules/bulma/sass/elements/box.sass';
@import '../../../node_modules/bulma/sass/elements/button.sass';
@import '../../../node_modules/bulma/sass/elements/progress.sass';
@import '../../../node_modules/bulma/sass/elements/notification.sass';
@import '../../../node_modules/bulma/sass/elements/other.sass';
@import '../../../node_modules/bulma/sass/elements/table.sass';
@import '../../../node_modules/bulma/sass/elements/tag.sass';
@import '../../../node_modules/bulma/sass/elements/title.sass';

Expected behavior

It should compile

Actual behavior

Above error message keeps webpack(er) from being able to compile styles

@jgthms
Copy link
Owner

jgthms commented Oct 21, 2019

Fixed by #2664

Will make a release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment