Fixing bower.json error and compiling CSS this time

This commit is contained in:
Andrew Gioia 2016-01-05 11:13:23 -05:00
parent db4e7a5f74
commit c37f680ad6
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "keyrune", "name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune", "homepage": "http://andrewgioia.github.io/Keyrune",
"version": "1.4.2", "version": "1.4.3",
"authors": [ "authors": [
"Andrew Gioia <andrewgioia@gmail.com>" "Andrew Gioia <andrewgioia@gmail.com>"
], ],
@ -12,7 +12,7 @@
"keywords": [ "keywords": [
"keyrune", "keyrune",
"mtg", "mtg",
"set" "set",
"set symbol", "set symbol",
"set code", "set code",
"magic", "magic",

View File

@ -2,8 +2,8 @@
* Global */ * Global */
@font-face { @font-face {
font-family: 'Keyrune'; font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=1.4.2'); src: url('../fonts/keyrune.eot?v=1.4.3');
src: url('../fonts/keyrune.eot?#iefix&v=1.4.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.2') format('woff2'), url('../fonts/keyrune.woff?v=1.4.2') format('woff'), url('../fonts/keyrune.ttf?v=1.4.2') format('truetype'), url('../fonts/keyrune.svg?v=1.4.2#keyrune') format('svg'); src: url('../fonts/keyrune.eot?#iefix&v=1.4.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.3') format('woff2'), url('../fonts/keyrune.woff?v=1.4.3') format('woff'), url('../fonts/keyrune.ttf?v=1.4.3') format('truetype'), url('../fonts/keyrune.svg?v=1.4.3#keyrune') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -20,8 +20,8 @@
/* Better font rendering */ /* Better font rendering */
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
}
/* default if the set does not exist yet, or setcode does not match */ /* default if the set does not exist yet, or setcode does not match */
}
.ss:before { .ss:before {
content: "\e684"; content: "\e684";
} }

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,6 @@
* Global */ * Global */
@ss-font-path: '../fonts'; @ss-font-path: '../fonts';
@ss-version: '1.4.2'; @ss-version: '1.4.3';
@ss-font-size-base: 14px; @ss-font-size-base: 14px;
@ss-prefix: ss; @ss-prefix: ss;