feathericon-sass 0.4.0 → 0.4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/app/assets/stylesheets/feathericon.css +5 -5
- data/lib/feathericon/sass/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebf5eca397cb63e83de7944cf1ba0c6b6d385136
|
|
4
|
+
data.tar.gz: 8ba6e657d6942e387e46c97b27333e81082c3474
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cce34b5a2dd78afaddbe6bc4ac859a36505655b4d949c19b099c412711fa9f4460d558add763f0f9df78e872d351ae63131470af0025dd373eab4757d422738b
|
|
7
|
+
data.tar.gz: 125a5ce51b639344217a3f71a6985174fdcb687c7bd5f16dbb4540e2d77c1ba88decd18ccb63435589e0d1abcc45403d0fb2ac726febb51fe45234247757fdaf
|
data/README.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|

|
|
3
3
|
|
|
4
|
-
<h1 align="center">feathericon</h1>
|
|
4
|
+
<h1 align="center">feathericon-sass</h1>
|
|
5
5
|
<p align="center">feathericon is simple, scalable vector icon font for websites, apps.</p>
|
|
6
|
+
<div align="center">
|
|
7
|
+
<a href="https://rubygems.org/gems/feathericon-sass">
|
|
8
|
+
<img src="http://img.shields.io/gem/v/feathericon-sass.svg" alt="Gem Version">
|
|
9
|
+
</a>
|
|
10
|
+
<a href="https://rubygems.org/gems/feathericon-sass">
|
|
11
|
+
<img src="https://img.shields.io/gem/dt/feathericon-sass.svg" alt="Gem Downloads">
|
|
12
|
+
</a>
|
|
13
|
+
</div>
|
|
6
14
|
<p align="center">Website: <a href="http://feathericon.com">http://feathericon.com</a></p>
|
|
7
15
|
|
|
8
16
|
## Usage
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
*/
|
|
10
10
|
@font-face {
|
|
11
11
|
font-family: 'feathericon';
|
|
12
|
-
src: url('feathericon.eot');
|
|
13
|
-
src: url('feathericon.eot?#iefix') format('embedded-opentype'),
|
|
14
|
-
url('feathericon.woff') format('woff'),
|
|
15
|
-
url('feathericon.ttf') format('truetype'),
|
|
16
|
-
url('feathericon.svg') format('svg');
|
|
12
|
+
src: font-url('feathericon.eot');
|
|
13
|
+
src: font-url('feathericon.eot?#iefix') format('embedded-opentype'),
|
|
14
|
+
font-url('feathericon.woff') format('woff'),
|
|
15
|
+
font-url('feathericon.ttf') format('truetype'),
|
|
16
|
+
font-url('feathericon.svg') format('svg');
|
|
17
17
|
font-weight: normal;
|
|
18
18
|
font-style: normal;
|
|
19
19
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: feathericon-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0
|
|
4
|
+
version: 0.4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- shoken
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|