ethosstyles 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/compiled/lib/fontawesome/scss/fa-brands.css +14 -0
- data/app/assets/compiled/lib/fontawesome/scss/fa-brands.css.map +7 -0
- data/app/assets/compiled/lib/fontawesome/scss/fa-regular.css +15 -0
- data/app/assets/compiled/lib/fontawesome/scss/fa-regular.css.map +7 -0
- data/app/assets/compiled/lib/fontawesome/scss/fa-solid.css +16 -0
- data/app/assets/compiled/lib/fontawesome/scss/fa-solid.css.map +7 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.eot +0 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.svg +1017 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.ttf +0 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.woff +0 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.woff2 +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.eot +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.svg +366 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.ttf +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.woff +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.woff2 +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.eot +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.svg +1644 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.ttf +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.woff +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.woff2 +0 -0
- data/app/assets/compiled/main.css +1562 -0
- data/app/assets/compiled/main.css.map +7 -0
- data/app/assets/loader.svg +12 -0
- data/app/assets/stylesheets/_ethosstyles.scss +0 -2
- data/app/assets/stylesheets/components/_icons.scss +2 -2
- data/lib/ethosstyles/engine.rb +7 -1
- data/lib/ethosstyles/version.rb +1 -1
- data/lib/ethosstyles.rb +2 -23
- metadata +32 -44
- data/.gitignore +0 -9
- data/Dockerfile +0 -7
- data/Gemfile +0 -4
- data/Makefile +0 -15
- data/README.md +0 -32
- data/Rakefile +0 -9
- data/ethosstyles.gemspec +0 -28
- data/lib/ethosstyles/generator.rb +0 -80
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19fdcb617b7793ddf8219431b5195bc88dd22e54267f6995c30ee3f1b1e2815f
|
4
|
+
data.tar.gz: 709e4473664ae178435effaa78dd10496609a151e8210f758b2ed6bf24b2c574
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96842aeceaa3f974e9f3035d8a56fa8215a980782d7a2bc543b55392bd2288a01f3047b6b38643f0ebd364f875b0bce781041b6948489d4f07fc6bdf7825c2ae
|
7
|
+
data.tar.gz: 8ecf3a94eb4812b50d3637a26d10d15e49cea6c571e79ee99c3c8f174804e29ccb61b34b6e4d92728b1a9192cf8a04963e138d94cc8b950b48e44815c51ed138
|
@@ -0,0 +1,14 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face {
|
6
|
+
font-family: 'Font Awesome 5 Brands';
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: normal;
|
9
|
+
src: url("lib/webfonts/fa-brands-400.eot");
|
10
|
+
src: url("lib/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("lib/webfonts/fa-brands-400.woff2") format("woff2"), url("lib/webfonts/fa-brands-400.woff") format("woff"), url("lib/webfonts/fa-brands-400.ttf") format("truetype"), url("lib/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
|
11
|
+
.fab {
|
12
|
+
font-family: 'Font Awesome 5 Brands'; }
|
13
|
+
|
14
|
+
/*# sourceMappingURL=fa-brands.css.map */
|
@@ -0,0 +1,7 @@
|
|
1
|
+
{
|
2
|
+
"version": 3,
|
3
|
+
"mappings": "AAAA;;;GAGG;AAGH,UAUC;EATC,WAAW,EAAE,uBAAuB;EACpC,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,GAAG,EAAE,qCAAyC;EAC9C,GAAG,EAAE,mTAI8D;AAGrE,IAAK;EACH,WAAW,EAAE,uBAAuB",
|
4
|
+
"sources": ["../../../../stylesheets/lib/fontawesome/scss/fa-brands.scss"],
|
5
|
+
"names": [],
|
6
|
+
"file": "fa-brands.css"
|
7
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face {
|
6
|
+
font-family: 'Font Awesome 5 Free Regular';
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: 400;
|
9
|
+
src: url("lib/webfonts/fa-regular-400.eot");
|
10
|
+
src: url("lib/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("lib/webfonts/fa-regular-400.woff2") format("woff2"), url("lib/webfonts/fa-regular-400.woff") format("woff"), url("lib/webfonts/fa-regular-400.ttf") format("truetype"), url("lib/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
|
11
|
+
.far {
|
12
|
+
font-family: 'Font Awesome 5 Free Regular';
|
13
|
+
font-weight: 400; }
|
14
|
+
|
15
|
+
/*# sourceMappingURL=fa-regular.css.map */
|
@@ -0,0 +1,7 @@
|
|
1
|
+
{
|
2
|
+
"version": 3,
|
3
|
+
"mappings": "AAAA;;;GAGG;AAGH,UAUC;EATC,WAAW,EAAE,6BAA6B;EAC1C,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,GAAG;EAChB,GAAG,EAAE,sCAA0C;EAC/C,GAAG,EAAE,wTAI+D;AAGtE,IAAK;EACH,WAAW,EAAE,6BAA6B;EAC1C,WAAW,EAAE,GAAG",
|
4
|
+
"sources": ["../../../../stylesheets/lib/fontawesome/scss/fa-regular.scss"],
|
5
|
+
"names": [],
|
6
|
+
"file": "fa-regular.css"
|
7
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face {
|
6
|
+
font-family: 'Font Awesome 5 Free';
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: 900;
|
9
|
+
src: url("lib/webfonts/fa-solid-900.eot");
|
10
|
+
src: url("lib/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("lib/webfonts/fa-solid-900.woff2") format("woff2"), url("lib/webfonts/fa-solid-900.woff") format("woff"), url("lib/webfonts/fa-solid-900.ttf") format("truetype"), url("lib/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
|
11
|
+
.fa,
|
12
|
+
.fas {
|
13
|
+
font-family: 'Font Awesome 5 Free';
|
14
|
+
font-weight: 900; }
|
15
|
+
|
16
|
+
/*# sourceMappingURL=fa-solid.css.map */
|
@@ -0,0 +1,7 @@
|
|
1
|
+
{
|
2
|
+
"version": 3,
|
3
|
+
"mappings": "AAAA;;;GAGG;AAGH,UAUC;EATC,WAAW,EAAE,qBAAqB;EAClC,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,GAAG;EAChB,GAAG,EAAE,oCAAwC;EAC7C,GAAG,EAAE,8SAI6D;AAGpE;IACK;EACH,WAAW,EAAE,qBAAqB;EAClC,WAAW,EAAE,GAAG",
|
4
|
+
"sources": ["../../../../stylesheets/lib/fontawesome/scss/fa-solid.scss"],
|
5
|
+
"names": [],
|
6
|
+
"file": "fa-solid.css"
|
7
|
+
}
|
Binary file
|