A default if the set does not exist

Setting up a default if the set does not exist yet, or setcode does not match
This commit is contained in:
Randy Apuzzo 2015-12-05 14:10:16 -08:00
parent e0faa23ffd
commit 1fd4be6506
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* default if the set does not exist yet, or setcode does not match */
.ss:before {
content: "\e684";
}
/**
* Larger sizes */
.ss-2x {