Upgrade font-awesome library to 4.7.0.

This commit is contained in:
jcass 2017-01-18 18:48:59 +02:00
parent aecd0f1a38
commit a3e82c679c
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// Screen Readers
// -------------------------
.sr-only { .sr-only(); }
.sr-only-focusable { .sr-only-focusable(); }

View File

@ -0,0 +1,5 @@
// Screen Readers
// -------------------------
.sr-only { @include sr-only(); }
.sr-only-focusable { @include sr-only-focusable(); }