mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-21 23:19:56 +00:00
Incrementing the version and recompiling assets after final sass merge
This commit is contained in:
parent
6346b34903
commit
1c12df7060
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
.orig
|
||||||
node_modules/
|
node_modules/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
push_instructions.txt
|
push_instructions.txt
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Keyrune v1.8.0
|
# Keyrune v2.0.0
|
||||||
|
|
||||||
## The Magic: the Gathering set symbol font!
|
## The Magic: the Gathering set symbol font!
|
||||||
|
|
||||||
@ -34,6 +34,7 @@ Attribution is **greatly appreciated** but not required!
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* v2.0.0 - Keyrune, now with sass! Thanks to @jordanbrauer
|
||||||
* v1.8.0 - Amonkhet icon added; re-organized Readme with new updates at top
|
* v1.8.0 - Amonkhet icon added; re-organized Readme with new updates at top
|
||||||
* v1.7.2 - Added Kaladesh Inventions icon (labeled as MP1)
|
* v1.7.2 - Added Kaladesh Inventions icon (labeled as MP1)
|
||||||
* v1.7.1 - Cleaned up icon files to remove any with multiple paths; fixed UNH icon
|
* v1.7.1 - Cleaned up icon files to remove any with multiple paths; fixed UNH icon
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||||
"version": "1.8.0",
|
"version": "2.0.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||||
],
|
],
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
* Global */
|
* Global */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Keyrune';
|
font-family: 'Keyrune';
|
||||||
src: url('../fonts/keyrune.eot?v=1.8.0');
|
src: url('../fonts/keyrune.eot?v=2.0.0');
|
||||||
src: url('../fonts/keyrune.eot?#iefix&v=1.8.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.8.0') format('woff2'), url('../fonts/keyrune.woff?v=1.8.0') format('woff'), url('../fonts/keyrune.ttf?v=1.8.0') format('truetype'), url('../fonts/keyrune.svg?v=1.8.0#keyrune') format('svg');
|
src: url('../fonts/keyrune.eot?#iefix&v=2.0.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.0.0') format('woff2'), url('../fonts/keyrune.woff?v=2.0.0') format('woff'), url('../fonts/keyrune.ttf?v=2.0.0') format('truetype'), url('../fonts/keyrune.svg?v=2.0.0#keyrune') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -101,7 +101,7 @@
|
|||||||
/**
|
/**
|
||||||
* Fixed width */
|
* Fixed width */
|
||||||
.ss-fw {
|
.ss-fw {
|
||||||
width: 1.2857142857142858em;
|
width: 1.28571429em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2,6 +2,6 @@
|
|||||||
* Global */
|
* Global */
|
||||||
|
|
||||||
@ss-font-path: '../fonts';
|
@ss-font-path: '../fonts';
|
||||||
@ss-version: '1.8.0';
|
@ss-version: '2.0.0';
|
||||||
@ss-font-size-base: 14px;
|
@ss-font-size-base: 14px;
|
||||||
@ss-prefix: ss;
|
@ss-prefix: ss;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"description": "Keyrune",
|
"description": "Keyrune",
|
||||||
"version": "1.8.0",
|
"version": "2.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Andrew Gioia",
|
"name": "Andrew Gioia",
|
||||||
"email": "andrewgioia@gmail.com",
|
"email": "andrewgioia@gmail.com",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// _variables.scss
|
// _variables.scss
|
||||||
|
|
||||||
// #.
|
// #.
|
||||||
$keyrune_version: '1.8.0' !default;
|
$keyrune_version: '2.0.0' !default;
|
||||||
$keyrune_font_path: '../fonts' !default;
|
$keyrune_font_path: '../fonts' !default;
|
||||||
|
|
||||||
// #. Keyrune Font ==============================
|
// #. Keyrune Font ==============================
|
||||||
|
Loading…
Reference in New Issue
Block a user