mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Version bump to v1.17.1, updates changelog for #139
This commit is contained in:
parent
ecc7eb64e7
commit
957ad2abcd
@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
### [1.17.1] 2024-11-08 Colorless split costs
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
* Split costs now support the colorless split mana symbols on [Ulalek, Fused Atrocity](https://scryfall.com/card/m3c/4/ulalek-fused-atrocity) ([#139](https://github.com/andrewgioia/mana/issues/139))
|
||||||
|
|
||||||
### [1.17.0] 2024-11-06 2024 abilities
|
### [1.17.0] 2024-11-06 2024 abilities
|
||||||
|
|
||||||
* Note this release has not updated the LESS source files. It's become too much to maintain both sadly and LESS will be deprecated/removed going forward.
|
* Note this release has not updated the LESS source files. It's become too much to maintain both sadly and LESS will be deprecated/removed going forward.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Mana v1.17.0
|
# Mana v1.17.1
|
||||||
|
|
||||||
## The Magic: the Gathering mana symbol font!
|
## The Magic: the Gathering mana symbol font!
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Mana";
|
font-family: "Mana";
|
||||||
src: url("../fonts/mana.eot?v=1.17.0");
|
src: url("../fonts/mana.eot?v=1.17.1");
|
||||||
src: url("../fonts/mana.eot?#iefix&v=1.17.0") format("embedded-opentype"), url("../fonts/mana.woff?v=1.17.0") format("woff"), url("../fonts/mana.ttf?v=1.17.0") format("truetype"), url("../fonts/mana.svg?v=1.17.0#mana") format("svg");
|
src: url("../fonts/mana.eot?#iefix&v=1.17.1") format("embedded-opentype"), url("../fonts/mana.woff?v=1.17.1") format("woff"), url("../fonts/mana.ttf?v=1.17.1") format("truetype"), url("../fonts/mana.svg?v=1.17.1#mana") format("svg");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "MPlantin";
|
font-family: "MPlantin";
|
||||||
src: url("../fonts/mplantin.eot?v=1.17.0");
|
src: url("../fonts/mplantin.eot?v=1.17.1");
|
||||||
src: url("../fonts/mplantin.eot?#iefix&v=1.17.0") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.17.0") format("woff"), url("../fonts/mplantin.ttf?v=1.17.0") format("truetype"), url("../fonts/mplantin.svg?v=1.17.0#mplantin") format("svg");
|
src: url("../fonts/mplantin.eot?#iefix&v=1.17.1") format("embedded-opentype"), url("../fonts/mplantin.woff?v=1.17.1") format("woff"), url("../fonts/mplantin.ttf?v=1.17.1") format("truetype"), url("../fonts/mplantin.svg?v=1.17.1#mplantin") format("svg");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
2
css/mana.min.css
vendored
2
css/mana.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/assets/mana.min.css
vendored
2
docs/assets/mana.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
// base variables
|
// base variables
|
||||||
$ms-font-path: '../fonts' !default;
|
$ms-font-path: '../fonts' !default;
|
||||||
$ms-version: '1.17.0' !default;
|
$ms-version: '1.17.1' !default;
|
||||||
$ms-font-size-base: 14px !default;
|
$ms-font-size-base: 14px !default;
|
||||||
$ms-prefix: ms !default;
|
$ms-prefix: ms !default;
|
||||||
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;
|
$ms-serif-font: 'MPlantin, Garamond, Palatino, \'Times New Roman\', Times, serif' !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user