andrewgioia / mana

Magic: the Gathering mana symbol pictographic font
304 stars 32 forks source link

Missing variable in _variables.scss #76

Closed pioz closed 3 years ago

pioz commented 3 years ago

In the file _variables.scss the variable $ms-ability-grad used in file _extras.scss not exists, so when I import the mana.scss file I get an error.

I think you need to add

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

in file _variables.scss.

mcottret commented 3 years ago

Duplicate of https://github.com/andrewgioia/mana/issues/64

andrewgioia commented 3 years ago

Fixed in 1.13.0