font-awesome-sass 6.0.0 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Sass
3
- VERSION = "6.0.0".freeze
3
+ VERSION = "6.1.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.0
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-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -70,23 +70,22 @@ files:
70
70
  - assets/fonts/font-awesome/fa-regular-400.woff2
71
71
  - assets/fonts/font-awesome/fa-solid-900.ttf
72
72
  - assets/fonts/font-awesome/fa-solid-900.woff2
73
- - assets/stylesheets/_brands.scss
74
73
  - assets/stylesheets/_font-awesome.scss
75
- - assets/stylesheets/_regular.scss
76
- - assets/stylesheets/_solid.scss
77
- - assets/stylesheets/_v4-shims.scss
78
74
  - assets/stylesheets/font-awesome/_animated.scss
79
75
  - assets/stylesheets/font-awesome/_bordered-pulled.scss
76
+ - assets/stylesheets/font-awesome/_brands.scss
80
77
  - assets/stylesheets/font-awesome/_core.scss
81
78
  - assets/stylesheets/font-awesome/_fixed-width.scss
82
79
  - assets/stylesheets/font-awesome/_functions.scss
83
80
  - assets/stylesheets/font-awesome/_icons.scss
84
81
  - assets/stylesheets/font-awesome/_list.scss
85
82
  - assets/stylesheets/font-awesome/_mixins.scss
83
+ - assets/stylesheets/font-awesome/_regular.scss
86
84
  - assets/stylesheets/font-awesome/_rotated-flipped.scss
87
85
  - assets/stylesheets/font-awesome/_screen-reader.scss
88
86
  - assets/stylesheets/font-awesome/_shims.scss
89
87
  - assets/stylesheets/font-awesome/_sizing.scss
88
+ - assets/stylesheets/font-awesome/_solid.scss
90
89
  - assets/stylesheets/font-awesome/_stacked.scss
91
90
  - assets/stylesheets/font-awesome/_variables.scss
92
91
  - font-awesome-sass.gemspec
@@ -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";