mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Adds WOT set symbol (#208), Y24 set symbol (#209), RVR set symbol (#210), BR alternate symbol (#213), Unfinity Acorn cards symbol (#214), Secret Lair logo alternate symbol (#206), and missing SVG images (#207 and #211)
This commit is contained in:
		
							parent
							
								
									68ac63437f
								
							
						
					
					
						commit
						498832828b
					
				
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -11,6 +11,18 @@ All notable changes to this project will be documented in this file.
 | 
			
		||||
 | 
			
		||||
## Versions 
 | 
			
		||||
 | 
			
		||||
### [3.12.3] 2023-10-02 WOE supplemental sets, early 2024 products, and some alternate symbols
 | 
			
		||||
 | 
			
		||||
* **Added:** Wilds of Eldraine Enchanting Tales (WOT) set symbol ([#208](https://github.com/andrewgioia/keyrune/issues/208))
 | 
			
		||||
* **Added:** Alchemy 2024 (Alchemy Wilds of Eldraine) (Y24) set symbol ([#209](https://github.com/andrewgioia/keyrune/issues/209))
 | 
			
		||||
* **Added:** Ravnica Remastered (RVR) set symbol ([#210](https://github.com/andrewgioia/keyrune/issues/210))
 | 
			
		||||
* **Added:** Battle Royale Box Set alternate symbole (BR) used in Gatherer ([#213](https://github.com/andrewgioia/keyrune/issues/213))
 | 
			
		||||
* **Added:** Unfinity Acorn cards (UNA) alternate symbol ([#214](https://github.com/andrewgioia/keyrune/issues/214))
 | 
			
		||||
* **Added:** Secret Lair logo as an alternate set symbol (SLD2) ([#206](https://github.com/andrewgioia/keyrune/issues/206))
 | 
			
		||||
* **Changed:** Secret Lair (SLD) is now an alias for PMEI
 | 
			
		||||
* **Fixed:** SVG for LTR is now in the SVG directory, as well as other missing ones ([#207](https://github.com/andrewgioia/keyrune/issues/207) [#211](https://github.com/andrewgioia/keyrune/issues/211))
 | 
			
		||||
* **Fixed:** UNF is now in the Sass variables file, it was missing previously 
 | 
			
		||||
 | 
			
		||||
### [3.12.2] 2023-05-26 Spring 2023 updates
 | 
			
		||||
 | 
			
		||||
* **Added:** Shadows Over Innistrad (SIR) set symbol ([#202](https://github.com/andrewgioia/keyrune/issues/202))
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Keyrune v3.12.2
 | 
			
		||||
# Keyrune v3.12.3
 | 
			
		||||
 | 
			
		||||
## The Magic: the Gathering set symbol font!
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "keyrune",
 | 
			
		||||
    "homepage": "http://keyrune.andrewgioia.com",
 | 
			
		||||
    "version": "3.12.2",
 | 
			
		||||
    "version": "3.12.3",
 | 
			
		||||
    "authors": [
 | 
			
		||||
        "Andrew Gioia <andrew@gioia.email>"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
@font-face {
 | 
			
		||||
  font-family: 'Keyrune';
 | 
			
		||||
  src: url('../fonts/keyrune.eot?v=3.12.2');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.12.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.12.2') format('woff2'), url('../fonts/keyrune.woff?v=3.12.2') format('woff'), url('../fonts/keyrune.ttf?v=3.12.2') format('truetype'), url('../fonts/keyrune.svg?v=3.12.2#keyrune') format('svg');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?v=3.12.3');
 | 
			
		||||
  src: url('../fonts/keyrune.eot?#iefix&v=3.12.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.12.3') format('woff2'), url('../fonts/keyrune.woff?v=3.12.3') format('woff'), url('../fonts/keyrune.ttf?v=3.12.3') format('truetype'), url('../fonts/keyrune.svg?v=3.12.3#keyrune') format('svg');
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
  font-style: normal;
 | 
			
		||||
}
 | 
			
		||||
@ -119,6 +119,10 @@
 | 
			
		||||
.ss-duo.ss-ncc::after {
 | 
			
		||||
  content: "\e990";
 | 
			
		||||
}
 | 
			
		||||
.ss-duo.ss-una::after {
 | 
			
		||||
  content: "\e9bf";
 | 
			
		||||
  color: #fff !important;
 | 
			
		||||
}
 | 
			
		||||
.ss-duo.ss-common:after {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
}
 | 
			
		||||
@ -882,6 +886,12 @@
 | 
			
		||||
.ss-mul:before {
 | 
			
		||||
  content: "\e9ba";
 | 
			
		||||
}
 | 
			
		||||
.ss-wot:before {
 | 
			
		||||
  content: "\e9c0";
 | 
			
		||||
}
 | 
			
		||||
.ss-br:before {
 | 
			
		||||
  content: "\e9c1";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Beginner */
 | 
			
		||||
.ss-por:before {
 | 
			
		||||
@ -1094,6 +1104,9 @@
 | 
			
		||||
.ss-who:before {
 | 
			
		||||
  content: "\e9b0";
 | 
			
		||||
}
 | 
			
		||||
.ss-rvr:before {
 | 
			
		||||
  content: "\e9bb";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Promotional */
 | 
			
		||||
.ss-pgru:before {
 | 
			
		||||
@ -1203,6 +1216,9 @@
 | 
			
		||||
.ss-psld:before {
 | 
			
		||||
  content: "\e687";
 | 
			
		||||
}
 | 
			
		||||
.ss-sld2:before {
 | 
			
		||||
  content: "\e9bc";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Online */
 | 
			
		||||
.ss-me1:before {
 | 
			
		||||
@ -1268,6 +1284,9 @@
 | 
			
		||||
.ss-ea1:before {
 | 
			
		||||
  content: "\e9b4";
 | 
			
		||||
}
 | 
			
		||||
.ss-y24:before {
 | 
			
		||||
  content: "\e9bd";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Un-serious */
 | 
			
		||||
.ss-ugl:before {
 | 
			
		||||
@ -1285,6 +1304,9 @@
 | 
			
		||||
.ss-unf:before {
 | 
			
		||||
  content: "\e98a";
 | 
			
		||||
}
 | 
			
		||||
.ss-una:before {
 | 
			
		||||
  content: "\e9be";
 | 
			
		||||
}
 | 
			
		||||
/**
 | 
			
		||||
 * Unofficial */
 | 
			
		||||
.ss-xcle:before {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								docs/assets/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/assets/keyrune.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -92,6 +92,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-bng <code>&#xe651;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-bok <code>&#xe635;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-bot <code>&#xe99e;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-br <code>&#xe9c1;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-brb <code>&#xe660;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-brc <code>&#xe99f;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-bro <code>&#xe99d;</code></span>
 | 
			
		||||
@ -273,6 +274,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-rna <code>&#xe959;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-roe <code>&#xe646;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-rtr <code>&#xe64d;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-rvr <code>&#xe9bb;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-s00 <code>&#xe668;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-s99 <code>&#xe667;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-scd <code>&#xe9ab;</code></span>
 | 
			
		||||
@ -281,6 +283,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-sir <code>&#xe9b1;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-sis <code>&#xe9b2;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-sld <code>&#xe687;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-sld2 <code>&#xe9bc;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-slu <code>&#xe687;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-snc <code>&#xe98b;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-soi <code>&#xe902;</code></span>
 | 
			
		||||
@ -304,6 +307,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-ugl <code>&#xe691;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-ulg <code>&#xe623;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-uma <code>&#xe958;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-una <code>&#xe9be;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-und <code>&#xe96c;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-unf <code>&#xe98a;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-unh <code>&#xe692;</code></span>
 | 
			
		||||
@ -328,12 +332,14 @@
 | 
			
		||||
                    <span class="utf"><i></i> ss-w17 <code>&#xe923;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-war <code>&#xe95a;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-who <code>&#xe9b0;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-woe <code>&#xe9ae;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-woc <code>&#xe9b9;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-woe <code>&#xe9ae;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-wot <code>&#xe9c0;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-wth <code>&#xe61e;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-wwk <code>&#xe645;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-xln <code>&#xe92e;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-y22 <code>&#xe989;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-y24 <code>&#xe9bd;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-ydmu <code>&#xe9a7;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-zen <code>&#xe644;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> ss-znc <code>&#xe967;</code></span>
 | 
			
		||||
@ -413,6 +419,7 @@
 | 
			
		||||
                    <span class="utf"><i></i> ncc inner wing <code>&#xe990;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> scd inner <code>&#xe9ab;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> scd white <code>&#xe9ac;</code></span>
 | 
			
		||||
                    <span class="utf"><i></i> una white <code>&#xe9bf;</code></span>
 | 
			
		||||
                    <div class="clear"></div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 Before Width: | Height: | Size: 810 KiB After Width: | Height: | Size: 832 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -654,6 +654,12 @@
 | 
			
		||||
                    <div class="icon" id="mul" name="Multiverse Legends" data-name="Multiverse Legends" data-class="mul" data-unicode="e9ba" data-added="v3.12.2">
 | 
			
		||||
                        <span class="name"><i class="ss ss-mul"></i> Multiverse Legends <em>(mul)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="wot" name="Wilds of Eldraine Enchanting Tales" data-name="Wilds of Eldraine Enchanting Tales" data-class="wot" data-unicode="e9c0" data-added="v3.12.3">
 | 
			
		||||
                        <span class="name"><i class="ss ss-wot"></i> Wilds of Eldraine Enchanting Tales <em>(wot)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="br" name="Battle Royale (alternate)" data-name="Battle Royale (alternate)" data-class="br" data-unicode="e9c1" data-added="v3.12.3">
 | 
			
		||||
                        <span class="name"><i class="ss ss-br"></i> Battle Royale (alternate) <em>(br)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
            <section class="content">
 | 
			
		||||
@ -895,6 +901,15 @@
 | 
			
		||||
                    <div class="icon" id="who" name="Universes Beyond: Doctor Who" data-name="Universes Beyond: Doctor Who" data-class="who" data-unicode="e9b0" data-added="v3.12.2">
 | 
			
		||||
                        <span class="name"><i class="ss ss-who"></i> UB: Doctor Who <em>(who)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="rvr" name="Ravnica Remastered" data-name="Ravnica Remastered" data-class="rvr" data-unicode="e9bb" data-added="v3.12.3">
 | 
			
		||||
                        <span class="name"><i class="ss ss-rvr"></i> Ravnica Remastered <em>(rvr)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="sld" name="Secret Lair" data-name="Secret Lair" data-class="sld" data-unicode="e687" data-added="v3.12.3">
 | 
			
		||||
                        <span class="name"><i class="ss ss-sld"></i> Secret Lair <em>(sld)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="sld2" name="Secret Lair (logo)" data-name="Secret Lair (logo)" data-class="sld2" data-unicode="e9bc" data-added="v3.12.3">
 | 
			
		||||
                        <span class="name"><i class="ss ss-sld2"></i> Secret Lair (logo) <em>(sld)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
            <section class="content">
 | 
			
		||||
@ -1061,6 +1076,9 @@
 | 
			
		||||
                    <div class="icon" id="ea1" name="Explorer Anthology 1" data-name="Explorer Anthology 1" data-class="ea1" data-unicode="e9b4" data-added="v3.12.2">
 | 
			
		||||
                        <span class="name"><i class="ss ss-ea1"></i> Explorer Anthology 1 <em>(ea1)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="y24" name="Alchemy 2024" data-name="Alchemy 2024" data-class="y24" data-unicode="e9bd" data-added="v3.12.3">
 | 
			
		||||
                        <span class="name"><i class="ss ss-y24"></i> Alchemy 2024 <em>(y24)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
            <section class="content">
 | 
			
		||||
@ -1081,6 +1099,9 @@
 | 
			
		||||
                    <div class="icon" id="unf" name="Unfinity" data-name="Unfinity" data-class="unf" data-unicode="e98a" data-added="v3.9.0">
 | 
			
		||||
                        <span class="name"><i class="ss ss-unf"></i> Unfinity <em>(unf)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="icon" id="una" name="Unfinity Acorns" data-name="Unfinity Acorns" data-class="una" data-unicode="e9be" data-added="v3.12.3" data-duo="true">
 | 
			
		||||
                        <span class="name"><i class="ss ss-una ss-duo ss-common"></i> Unfinity Acorns <em>(una)</em></span>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
            <section class="content">
 | 
			
		||||
 | 
			
		||||
@ -43,7 +43,7 @@
 | 
			
		||||
                </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <p>
 | 
			
		||||
                Current version 3.12.2 includes all sets to March of the Machine.
 | 
			
		||||
                Current version 3.12.3 includes all sets to Ravnica Remastered.
 | 
			
		||||
            </p>
 | 
			
		||||
        </div>
 | 
			
		||||
    </header>
 | 
			
		||||
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 Before Width: | Height: | Size: 810 KiB After Width: | Height: | Size: 832 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -117,6 +117,12 @@
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Unfinity Acorns
 | 
			
		||||
    &.@{ss-prefix}-una::after {
 | 
			
		||||
        content: "\e9bf";
 | 
			
		||||
        color: #fff !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // rarity border colors
 | 
			
		||||
    &.@{ss-prefix}-common:after {
 | 
			
		||||
        color: #fff;
 | 
			
		||||
 | 
			
		||||
@ -250,6 +250,8 @@
 | 
			
		||||
.@{ss-prefix}-brr:before { content: "\e9a0"; } // The Brothers' War Retro Artifacts
 | 
			
		||||
.@{ss-prefix}-j22:before { content: "\e9ad"; } // Jumpstart 2022
 | 
			
		||||
.@{ss-prefix}-mul:before { content: "\e9ba"; } // Multiverse Legends
 | 
			
		||||
.@{ss-prefix}-wot:before { content: "\e9c0"; } // Wilds of Eldraine Enchanting Tales
 | 
			
		||||
.@{ss-prefix}-br:before { content: "\e9c1"; } // Battle Royale (alternate)
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Beginner */
 | 
			
		||||
@ -348,6 +350,7 @@
 | 
			
		||||
.@{ss-prefix}-gn3:before { content: "\e9a5"; } // Game Night: Free for All
 | 
			
		||||
.@{ss-prefix}-ltr:before { content: "\e9af"; } // Lord of the Rings
 | 
			
		||||
.@{ss-prefix}-who:before { content: "\e9b0"; } // Universes Beyond: Doctor Who
 | 
			
		||||
.@{ss-prefix}-rvr:before { content: "\e9bb"; } // Ravnica Remastered
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Promotional */
 | 
			
		||||
@ -393,6 +396,7 @@
 | 
			
		||||
.@{ss-prefix}-slu:before { content: "\e687"; } // Secret Lair: Ultimate Edition (alias of PMEI)
 | 
			
		||||
.@{ss-prefix}-sld:before { content: "\e687"; } // Secret Lair Drop (alias of PMEI)
 | 
			
		||||
.@{ss-prefix}-psld:before { content: "\e687"; } // Secret Lair Drop Promos (alias of PMEI)
 | 
			
		||||
.@{ss-prefix}-sld2:before { content: "\e9bc"; } // Secret Lair (logo)
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Online */
 | 
			
		||||
@ -420,6 +424,7 @@
 | 
			
		||||
.@{ss-prefix}-sir:before { content: "\e9b1"; } // Shadows Over Innistrad
 | 
			
		||||
.@{ss-prefix}-sis:before { content: "\e9b2"; } // Shadows of the Past
 | 
			
		||||
.@{ss-prefix}-ea1:before { content: "\e9b4"; } // Explorer Anthology 1
 | 
			
		||||
.@{ss-prefix}-y24:before { content: "\e9bd"; } // Alchemy 2024
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Un-serious */
 | 
			
		||||
@ -429,6 +434,7 @@
 | 
			
		||||
.@{ss-prefix}-ust:before { content: "\e930"; } // Unstable
 | 
			
		||||
.@{ss-prefix}-und:before { content: "\e96c"; } // Unsanctioned
 | 
			
		||||
.@{ss-prefix}-unf:before { content: "\e98a"; } // Unfinity
 | 
			
		||||
.@{ss-prefix}-una:before { content: "\e9be"; } // Unfinity Acorns
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Unofficial */
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,6 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
 | 
			
		||||
@ss-font-path: '../fonts';
 | 
			
		||||
@ss-version: '3.12.2';
 | 
			
		||||
@ss-version: '3.12.3';
 | 
			
		||||
@ss-font-size-base: 14px;
 | 
			
		||||
@ss-prefix: ss;
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "keyrune",
 | 
			
		||||
  "description": "Keyrune",
 | 
			
		||||
  "version": "3.12.2",
 | 
			
		||||
  "version": "3.12.3",
 | 
			
		||||
  "author": {
 | 
			
		||||
    "name": "Andrew Gioia",
 | 
			
		||||
    "email": "andrew@gioia.email",
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
    "sass": "sass sass/keyrune.scss css/keyrune.css --style=expanded",
 | 
			
		||||
    "sassmin": "sass sass/keyrune.scss css/keyrune.css --style=compressed",
 | 
			
		||||
    "watch": "sass --no-source-map --watch sass/keyrune.scss css/keyrune.css --style=expanded",
 | 
			
		||||
    "build": "cp fonts/* docs/fonts && cp css/keyrune.min.css docs/assets/keyrune.min.css",
 | 
			
		||||
    "build": "rsync -avzh ./fonts/* ./docs/fonts/ && rsync -avzh css/keyrune.min.css docs/assets/keyrune.min.css",
 | 
			
		||||
    "rename": "for f in `find fonts/*`; do mv -v \"$f\" \"`echo $f | tr '[A-Z]' '[a-z]'`\"; done"
 | 
			
		||||
  },
 | 
			
		||||
  "ignore": [
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Globals */
 | 
			
		||||
 | 
			
		||||
$keyrune_version: '3.12.1' !default;
 | 
			
		||||
$keyrune_version: '3.12.3' !default;
 | 
			
		||||
$keyrune_font_path:  '../fonts' !default;
 | 
			
		||||
 | 
			
		||||
// font specific
 | 
			
		||||
@ -64,7 +64,8 @@ $dual-layered: (
 | 
			
		||||
    'ltc': '\e9b8',
 | 
			
		||||
    'mid': '\e979',
 | 
			
		||||
    'ncc': '\e990',
 | 
			
		||||
    'scd': '\e9ac'
 | 
			
		||||
    'scd': '\e9ac',
 | 
			
		||||
    'una': '\e9bf'
 | 
			
		||||
) !default;
 | 
			
		||||
 | 
			
		||||
// sets
 | 
			
		||||
@ -310,6 +311,8 @@ $keyrune_sets: (
 | 
			
		||||
    ("The Brothers' War Retro Artifacts", "brr", "\e9a0"),
 | 
			
		||||
    ("Jumpstart 2022", "j22", "\e9ad"),
 | 
			
		||||
    ("Multiverse Legends", "mul", "\e9ba"),
 | 
			
		||||
    ("Wilds of Eldraine Enchanting Tales", "wot", "\e9c0"),
 | 
			
		||||
    ("Battle Royale (alternate)", "br", "\e9c1"),
 | 
			
		||||
    //
 | 
			
		||||
    // Beginner
 | 
			
		||||
    ("Portal", "por", "\e664"),
 | 
			
		||||
@ -392,6 +395,7 @@ $keyrune_sets: (
 | 
			
		||||
    ("Game Night: Free for All", "gn3", "\e9a5"),
 | 
			
		||||
    ("The Lord of the Rings: Tales of Middle-Earth", "ltr", "\e9af"),
 | 
			
		||||
    ("Universes Beyond: Doctor Who", "who", "\e9b0"),
 | 
			
		||||
    ("Ravnica Remastered", "rvr", "\e9bb"),
 | 
			
		||||
    //
 | 
			
		||||
    // Promos
 | 
			
		||||
    ("Guru", "pgru", "\e683"),
 | 
			
		||||
@ -433,6 +437,7 @@ $keyrune_sets: (
 | 
			
		||||
    ("Secret Lair: Ultimate Edition", "slu", "\e687"),
 | 
			
		||||
    ("Secret Lair Drop", "sld", "\e687"),
 | 
			
		||||
    ("Secret Lair Drop Promos", "psld", "\e687"),
 | 
			
		||||
    ("Secret Lair Logo", "sld2", "\e9bc"),
 | 
			
		||||
    //
 | 
			
		||||
    // Online only sets
 | 
			
		||||
    ("Masters Edition", "me1", "\e68d"),
 | 
			
		||||
@ -464,6 +469,8 @@ $keyrune_sets: (
 | 
			
		||||
    ("Unhinged", "unh", "\e692"),
 | 
			
		||||
    ("Unstable", "ust", "\e930"),
 | 
			
		||||
    ("Unsanctioned", "und", "\e96c"),
 | 
			
		||||
    ("Unfinity", "unf", "\e98a"),
 | 
			
		||||
    ("Unfinity Acorns", "una", "\e9be"),
 | 
			
		||||
    //
 | 
			
		||||
    // Unoffocial
 | 
			
		||||
    ("Collector's Edition", "xcle", "\e926"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user