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 $ms-ability-grad in the SASS stylesheet #64

Closed
mcottret opened this issue Mar 12, 2021 · 1 comment
Closed

Undefined variable $ms-ability-grad in the SASS stylesheet #64

mcottret opened this issue Mar 12, 2021 · 1 comment
Assignees
Labels
bug Render or web package bug sass Sass related

Comments

@mcottret
Copy link

Hi,

First of all thanks for the project, I just started using it & it looks great !

There is an error when trying to @import or @use the Mana SASS stylesheet, it seems like the ms-ability-grad variable is not defined.

SassError: Undefined variable.
  ╷
2 │     background: $ms-ability-grad;
  │                 ^^^^^^^^^^^^^^^^
  ╵

It is possible to work around this by defining the variable before importing, but adding it with a !default would fix the issue & allow to @use & override it.

$ms-ability-grad: linear-gradient(0deg, #c8913b 0%, #ecc65a 100%) !default;

Cf 2afc3ca

Thanks a lot, cheers !

@andrewgioia andrewgioia self-assigned this Mar 18, 2021
@andrewgioia andrewgioia added the bug Render or web package bug label Mar 18, 2021
@andrewgioia andrewgioia added the sass Sass related label Jul 10, 2021
andrewgioia added a commit that referenced this issue Jul 10, 2021
…he 2 alternate white mana symbols (#70), fixes missing Sass gradiant variable (#64 and #76), fixes Sass overwrite for kicker (#65)
@andrewgioia
Copy link
Owner

Fixed in 1.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Render or web package bug sass Sass related
Projects
None yet
Development

No branches or pull requests

2 participants