font-awesome-sass 6.0.0 → 6.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ['lib']
20
20
 
21
- spec.add_runtime_dependency 'sassc', '>= 2.0'
21
+ spec.add_runtime_dependency 'sassc', '~> 2.0'
22
22
 
23
23
  spec.add_development_dependency 'bundler', '>= 1.3'
24
24
  spec.add_development_dependency 'rake'
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Sass
3
- VERSION = "6.0.0".freeze
3
+ VERSION = "6.1.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Chase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-09 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - CODE_OF_CONDUCT.md
63
64
  - Gemfile
64
65
  - LICENSE.txt
65
66
  - README.md
@@ -70,23 +71,22 @@ files:
70
71
  - assets/fonts/font-awesome/fa-regular-400.woff2
71
72
  - assets/fonts/font-awesome/fa-solid-900.ttf
72
73
  - assets/fonts/font-awesome/fa-solid-900.woff2
73
- - assets/stylesheets/_brands.scss
74
74
  - assets/stylesheets/_font-awesome.scss
75
- - assets/stylesheets/_regular.scss
76
- - assets/stylesheets/_solid.scss
77
- - assets/stylesheets/_v4-shims.scss
78
75
  - assets/stylesheets/font-awesome/_animated.scss
79
76
  - assets/stylesheets/font-awesome/_bordered-pulled.scss
77
+ - assets/stylesheets/font-awesome/_brands.scss
80
78
  - assets/stylesheets/font-awesome/_core.scss
81
79
  - assets/stylesheets/font-awesome/_fixed-width.scss
82
80
  - assets/stylesheets/font-awesome/_functions.scss
83
81
  - assets/stylesheets/font-awesome/_icons.scss
84
82
  - assets/stylesheets/font-awesome/_list.scss
85
83
  - assets/stylesheets/font-awesome/_mixins.scss
84
+ - assets/stylesheets/font-awesome/_regular.scss
86
85
  - assets/stylesheets/font-awesome/_rotated-flipped.scss
87
86
  - assets/stylesheets/font-awesome/_screen-reader.scss
88
87
  - assets/stylesheets/font-awesome/_shims.scss
89
88
  - assets/stylesheets/font-awesome/_sizing.scss
89
+ - assets/stylesheets/font-awesome/_solid.scss
90
90
  - assets/stylesheets/font-awesome/_stacked.scss
91
91
  - assets/stylesheets/font-awesome/_variables.scss
92
92
  - font-awesome-sass.gemspec
@@ -1,33 +0,0 @@
1
- /*!
2
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
5
- */
6
- @import "font-awesome/functions";
7
- @import "font-awesome/variables";
8
-
9
- :root,
10
- :host {
11
- --#{ $fa-css-prefix }-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
12
- }
13
-
14
- @font-face {
15
- font-family: "Font Awesome 6 Brands";
16
- font-style: normal;
17
- font-weight: 400;
18
- font-display: $fa-font-display;
19
- src: url(fa-font-path("fa-brands-400.woff2")) format("woff2"),
20
- url(fa-font-path("fa-brands-400.ttf")) format("truetype");
21
- }
22
-
23
- .fab,
24
- .fa-brands {
25
- font-family: "Font Awesome 6 Brands";
26
- font-weight: 400;
27
- }
28
-
29
- @each $name, $icon in $fa-brand-icons {
30
- .#{$fa-css-prefix}-#{$name}:before {
31
- content: fa-content($icon);
32
- }
33
- }
@@ -1,27 +0,0 @@
1
- /*!
2
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
5
- */
6
- @import "font-awesome/functions";
7
- @import "font-awesome/variables";
8
-
9
- :root,
10
- :host {
11
- --#{ $fa-css-prefix }-font-regular: normal 400 1em/1 "#{ $fa-style-family }";
12
- }
13
-
14
- @font-face {
15
- font-family: "Font Awesome 6 Free";
16
- font-style: normal;
17
- font-weight: 400;
18
- font-display: $fa-font-display;
19
- src: url(fa-font-path("fa-regular-400.woff2")) format("woff2"),
20
- url(fa-font-path("fa-regular-400.ttf")) format("truetype");
21
- }
22
-
23
- .far,
24
- .fa-regular {
25
- font-family: "Font Awesome 6 Free";
26
- font-weight: 400;
27
- }
@@ -1,26 +0,0 @@
1
- /*!
2
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
5
- */
6
- @import "font-awesome/functions";
7
- @import "font-awesome/variables";
8
-
9
- :root,
10
- :host {
11
- --#{ $fa-css-prefix }-font-solid: normal 900 1em/1 "#{ $fa-style-family }";
12
- }
13
-
14
- @font-face {
15
- font-family: "Font Awesome 6 Free";
16
- font-style: normal;
17
- font-weight: 900;
18
- font-display: $fa-font-display;
19
- src: url(fa-font-path("fa-solid-900.woff2")) format("woff2"), url(fa-font-path("fa-solid-900.ttf")) format("truetype");
20
- }
21
-
22
- .fas,
23
- .fa-solid {
24
- font-family: "Font Awesome 6 Free";
25
- font-weight: 900;
26
- }
@@ -1,11 +0,0 @@
1
- /*!
2
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
5
- */
6
- // V4 shims compile (Web Fonts-based)
7
- // -------------------------
8
-
9
- @import "font-awesome/functions";
10
- @import "font-awesome/variables";
11
- @import "font-awesome/shims";